开发者

import or load .net website in visual studios

开发者 https://www.devze.com 2023-02-21 04:21 出处:网络
I am really new to web development in .Net with Visual Studios.So I wasn\'t sure what keywords to query in search engine to solve my problem开发者_StackOverflow.

I am really new to web development in .Net with Visual Studios. So I wasn't sure what keywords to query in search engine to solve my problem开发者_StackOverflow.

Anyway, I inherited a .Net website project. Except for just 3 .aspx.cs files, pretty much every other file is a .aspx file.

I don't see any .csproj or any .sln files.

If I want to load up this website on my localhost, how would I go about doing it? Am I supposed to load up Visual Studios and "import" these *.aspx.cs and *.aspx file?

I already successfully set up the SQL Server database and updated the web.config with the appropriate credentials.

Thanks


Just use File->Open->Web Site.

0

精彩评论

暂无评论...
验证码 换一张
取 消