Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Project seems to be corrupt

Status
Not open for further replies.

Craftor

Programmer
Feb 1, 2001
420
NZ
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
:cool:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top