iis-5
Running asp.net 4.0 with IIS 5.1
Can we use asp.net 开发者_如何学C4.0 with IIS 5.1?commmand as folllows: c:\\windows\\microsoft.net\\framework\\v4.0.30319\\aspnet_regiis.exe -iru[详细]
2023-01-05 20:16 分类:问答Test ASP.NET site locally with SSL on IIS 5.1
I need to test an ASP.NET site that requires SSL locally. I think IIS7 with the self-signing certs would do the trick, however, I a开发者_JS百科m on XP.[详细]
2023-01-05 18:09 分类:问答How could ASP server-side code corrupt a smart quote ’?
My company just converted many columns from varchar to nvarchar. Now it seems that when we render a smart quote (i.e. ALT+0146 ’) to the screen and then send it back to the SQL Server 2000 database[详细]
2023-01-04 10:26 分类:问答Why is Visual Studio appending "_1" to my website virtual directory?
I open a solution containing a website project named \"Student\" in Visual Studio. It adds a virtual directory to IIS named \"Student_1\" even though there is no virtual directory named \"Student\". A[详细]
2023-01-04 05:02 分类:问答Deploying a Hello World Silverlight app to IIS5, Win XP
Besides adding these File Types to IIS and installing the .NET framework 4.0 to the Web Server, what else do I need to do to get a Hello Word Silver Light web app to work? is there a separate Silverli[详细]
2023-01-04 02:35 分类:问答How can I restrict the part of a website so that it can be viewed by only one computer at a time? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-03 22:36 分类:问答IIS: How do I log non-ASPX 404s?
I have a lot of broken links that are not being logged. Is there a way to setup IIS to send them through ASP.NET so that my no开发者_高级运维rmal 404 logging routine catches them?You could use the hos[详细]
2023-01-02 00:18 分类:问答ASPNETDB and ASPSTATE database. How to change the connectionstrings?
I have two ASP-specific SQL Server databases 1) ASPState - To store session state 2) ASPNETDB - To store Security/Role stuff.[详细]
2023-01-01 06:18 分类:问答Asp.net 3.5 Deployment issue
For deploying my website in server by using IIS 5.1,,i created virtual directory,,i browsed in to my application and selected[详细]
2022-12-30 10:27 分类:问答Section or group name 'cachingConfiguration' is already defined - but where?
On Windows XP I am working on a .NET 3.5 web app that\'s a combination of WebForms and MVC2 (The WebForms parts are legacy, and being migrated to MVC). When I run this from VS2008 using the ASP.NET we[详细]
2022-12-30 02:45 分类:问答