Hello,
I have a simple C# ASP.NET project. (Response.write :D) I have a windows hosting for run it but, when I pressed F6 (build key) , project building but I cant find my .aspx file.
Sorry about bad English,
Thanks.
Hello,
I have a simple C# ASP.NET project. (Response.write :D) I have a windows hosting for run it but, when I pressed F6 (build key) , project building but I cant find my .aspx file.
Sorry about bad English,
Thanks.
Using F6 will only build the project.. Press F5 instead of using F6. You can then view the aspx page...
F6 will only show you the errors of your project and if not then Build Successfully message shows on left corner.
Debug or F5 will execute your project and show you result.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.