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
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