ASP.NET Getting Current User Name
I am trying to build an application on our company’s intranet using ASP.NET and VB.NET.
I am trying to build an application on our company’s intranet using ASP.NET and VB.NET.
I’m moving a pretty basic site from Win 2003 to Win 2008 R2. The site is getting the error listed below. How can I diagnose this? I moved a number of other sites between these 2 servers & this is the only on that is receiving this error.
Needing to update IIS web.config to secure cookies by adding SSL.
I have an intranet ASP.NET web application in which I need to get the IP of the client’s machine. I do this vis the following code:
What are the ways of dynamic url rewriting in IIS, asp.net web page.
I know one of them is to add rules into config dynamically, but that has some disadvantages.
On our website certain sections or pages deal with sensitive user or account information. I want to force the users to browse those pages under HTTPS. Whereas other pages with public content should be available under HTTP. I was planning to install url Rewrite module on IIS and write rules to achieve this. I am not sure how to write the rules in web.config for redirection.
An ASP.NET application (running on Windows server/IIS 7) has to transfer big size files uploaded by current user to an external SFTP server. Due to the file size the idea is to do this asynchronously.
I would like to nest asp.net web app within sitecore site, something like this:
I am having a problem with IE11 and ASP.NET Web Forms (.NET 4.0) that runs on Windows Server 2003. On IE11, the following script tag does not appear in the source HTML:
How do I find out the .NET framework of an IIS virtual directory is using in C#. I need to display it to the user.