• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question VS2022 IIS weirdness

IBMJunkman

Senior member
Finally got my Win11 Pro, SQL Server2022 Dev and VS2022 Community setup working. But I don’t understand something. If I enter http://localhost/mysite into a browser it opens fine.

But there is no directory C:\inetpub\wwwroot\mysite. So where is the page being loaded from?
 
Found what it is loading. E:\MySource\mysite\bin\mysite.dll

Trying to determine what is point the browser there instead of inetpub\wwwroot\mysite

And what happens if I use WebDeploy to publish to my actual site on GoDaddy?

I think using FTP to publish is safer. 🙂
 
Back
Top