简体   繁体   中英

How to debug ASP.NET website hosted on IIS server (Godaddy)

I uploaded asp.net website from my local machine to server. I am getting some exceptions on server while the same exceptions are not reproducible at local machine. How can I debug website hosted on Server from the Visual studio installed on my local machine?

I had a lot of problems hosting my asp.net application on godaddy, I had all kinds of compatibility and database issues where I was getting one error after another after 1 week of troubleshooting.

Instead, I uploaded to somee.com and it was almost seamless. The only issue was that I had to script the SQL databases manually, I was getting errors uploading the ldf and mdf files automatically.

To upload is now very easy, you just publish on visual studio and update the SQL scripts on the somee server and works every time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM