Hi all
My ASP project seems to have gone totally wonky. I was having some problems sending mail from an asp page so I was doing a lot of stopping and starting of the debugging. Now the code doesn't seem to run at all! I have a very simple start page - with a Page_load event calling another page. The program doesn't even reach the Page_load event! I've checked in my InitializeComponent function and the event handler is there for Page_load. I've even tried putting System.Diagnostics.Debugger.Break into the OnInit InitializeComponent but the code doesn't ever get that far. If I run the program and hit Pause, it just sits.
I've tried deleting my Temporary ASP files directory for this project, as well as my .pdb file in the bin directory, and even stopping and restarting my IIS default website and killing the aspnet_wp proces but to no avail.
Could it be that all the stopping and starting and killing processes has somehow corrupted the project? If I load the exact same code into a new project - it works fine
:-(
So if anyone can help it would me much appreciated!
Thanks as always for the time
Craftor
My ASP project seems to have gone totally wonky. I was having some problems sending mail from an asp page so I was doing a lot of stopping and starting of the debugging. Now the code doesn't seem to run at all! I have a very simple start page - with a Page_load event calling another page. The program doesn't even reach the Page_load event! I've checked in my InitializeComponent function and the event handler is there for Page_load. I've even tried putting System.Diagnostics.Debugger.Break into the OnInit InitializeComponent but the code doesn't ever get that far. If I run the program and hit Pause, it just sits.
I've tried deleting my Temporary ASP files directory for this project, as well as my .pdb file in the bin directory, and even stopping and restarting my IIS default website and killing the aspnet_wp proces but to no avail.
Could it be that all the stopping and starting and killing processes has somehow corrupted the project? If I load the exact same code into a new project - it works fine
:-(
So if anyone can help it would me much appreciated!
Thanks as always for the time
Craftor