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.

Recommended Answers

All 2 Replies

Member Avatar for saravind84

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.