D
DanB
I run VB.net standard edition. When I try to build any type of Web Application I have two problems.
1) The debugger does not work.
2) If I ignore the debugger and just build the project it seems the aspx form is not going thru the compile process. This is what I've tried.
a.. I look in the IIS snap-in and find my web application
b.. From there I browse the web page ( webform1.aspx)
What is displayed in the browser has the correct address ( http://localhost/webapplication1/webform1.aspx) but no ASP code works and viewing the source of this web page shows that none of the behind the scene programming code has been stripped out. Thus I conclude that somehow VB.NET is not compiling this project.
Help this is driving me nuts.
Dan
1) The debugger does not work.
2) If I ignore the debugger and just build the project it seems the aspx form is not going thru the compile process. This is what I've tried.
a.. I look in the IIS snap-in and find my web application
b.. From there I browse the web page ( webform1.aspx)
What is displayed in the browser has the correct address ( http://localhost/webapplication1/webform1.aspx) but no ASP code works and viewing the source of this web page shows that none of the behind the scene programming code has been stripped out. Thus I conclude that somehow VB.NET is not compiling this project.
Help this is driving me nuts.
Dan