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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

debugging on web server (.net framework installed)

Status
Not open for further replies.

wrbodine

Programmer
Aug 24, 2000
302
US
Hi,

I have an .aspx page that calls a com+ component and performs an insert to a database in the page load. The page loads successfully and the component returns an id from the insert (which it is supposed to do on success). However, the row isn't in the database. (This is on our live web server; while on the test server the insert worked).

My question is, how can I debug on the web server, which has the .NET framework installed? (the web server is not on the internal network).

Many thanks,
Ray
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top