Register ASP.NET in IIS 8 on Windows 8
Looks like a problem here because aspx files handler is not registered in IIS. Here's what I did: installed Windows 8, then VS 2012 and at the end, .NET 3.5. I create a new website and deploy my...
View ArticleConfigure an ASP.NET webapp based on an outside domain remote file share
Hi there,I am having difficulties in configuring an ASP.NET webapp that has its files based on a remote file share outside the domain.I want this setup in order to host my files at my virtualization...
View ArticleEnabling ASP.NET 4.0 in IIS 7.5
I am using Visual Studio 2010 Professional and ASP.NET 4 to create a local IIS web site under IIS 7.5. When I do that, a dialog is displayed with the following error message: “ASP.NET 4.0 Web extension...
View ArticleCreating Web Forms in vitual Directory
Hey guys I am new to this forum I am facing issues with virtual directory.What i am trying to doing is I m creating 2 differnet webform application(parent website and Child website). I hosted the...
View ArticleASP.NET application not processing 404s beyond 2 levels deep
Can anyone explain to me why I would be able to trap and handle a 404 in code (in Application_Error) as long as the url does not contain more than 2 folder levels.E.g. www.mysite.com/bad/url processes...
View Articlehow to forbid cookieless sessions?
Hello.I deployed a web app (mvc 4) on my server. Occasionally I notice in Google analytics reports URLs with cookieless sessions like the...
View ArticleIIS7 Redirect
Hi,inside my old domaine i have same applications likewww.oldDomain.com/aplication1/www.oldDomain.com/application2/..... i created a new domaine and i want to move all my applications into this new...
View ArticleCrystal Reports App is returning "Access to report file denied. Another...
I am in the process of migrating all of my webs from Windows Server 2003 running IIS 6 to Windows Server 2008R2 running IIS 7.5. I have an Extranet site that has many subwebs (applications). One of...
View ArticleUnable to connect my asp.net mvc web application to the sql server after...
I have the following:-1. windows server 2008 r2, running iis7 , and it contains an asp.net mvc web application.2. windows server 2008 running sql database 2008 r2.My asp.net mvc web application, used...
View ArticleResponse with file greater than 64 Kb
Good morning,Buongiorno, I developed a webpage that, from a .aspx page with ID in querystring takes a file path from database take the file on the server and gives the file to the user.Here is the...
View ArticleHow can I configure my asp.net mvc to authenticate windows users against a...
I have the following:-Asp.net mvc web application published on IIS , under DomainA. The Asp.net mvc web application uses windows authentication to authenticate users.Active Directory on DomainB DomainA...
View ArticleHow to convert a physical folder into an Asp .NET Application using...
Greetings!I have a task of implementing automated provisionning of Asp. NET applications to IIS 7 in Windows Server 2008 R2 SP1I have just discovered the following API: Microsoft.Web.Administration.I...
View ArticleWeb Service errs out when served via IIS but works without issue when tested...
I've built a web service in C# that allows me to manage user email accounts with Powershell cmdlets. When running the service in debug mode with Visual Studio, it runs without issue. But when...
View ArticleCan I disable a specific class or namespace of ASP.NET?
I want to forbid ASP.NET to use some specific classes or namespaces ,just like Process,ManagementObject,RegistryKey and ?These classes and namespaces are not useful for most websites,but useful for...
View ArticleHttpContext.Current.User.Identity.Name value is Incorrect Name
Hi,My Issue details as below1) we had created an account(login) in server which is duplicate login in our DB to Autenticate 2) Rename the Server Login by appending Number In IIS log we are able see the...
View ArticleExtend the life of background threads
A web page spawns a background thread (e.g. (new Thread(myThread)).Start()) about once per week for processing some data. The thread needs to run for about 30 minutes. It seems to be killed always in...
View ArticleGC and Cache reaction to private memory limit
Hello all. I'm having a real tough time of the documentation. I can verify with my eyes a WP will attempt to stay bellow the private memory limit set on the application pool however I can not turn up...
View Article"System.Security.SecurityException: That assembly does not allow partially...
The ASP.NET trust level of my server is "high". Many of the websites can run well under "Full" level ,but will encounter this error under "high" level:"System.Security.SecurityException: That assembly...
View ArticleRemote User Permissions For Download Files From The Server
I am Using IIS 7 and visual studio 2010. I've successfully Deployed my webapplication on IIS server. Now, Whenever I try to access this application from other machine (1**.1**,9**.**:90), I can access...
View ArticleGetting http 503 "Service Unavailable" for asp.net web site in IIS 7.5...
We have an ASP.NET V4.0 application hosted in IIS 7.5 , Windows 2008 R2 Server .Currently we are getting http 500 ( Internal Server Error ) from the WebSEAL ( Access Manager front end ) while...
View Article