ASP.Net / MemoryCache behaviour for w3wp worker process memory usage
Hi,Actually I had different question / problem asked here before but I realized there is something specific needs to be clear.I am using simple MVC 5 project for test. w3wp process start with 150 MB...
View ArticleWhere to find the fix?
Where can I find the fix provided in this forum:http://forums.asp.net/t/1991253.aspx?404+Error+on+IIS+7I reinstalled my .NET Framework 4.5 installation last week but it doesn't solve my issue...
View ArticleUnknown error in ASP.NET application
Hi.Some weeks ago I bought a ASP.NET hosting and in folder root\A\app I installed the ASP.NET application. I mapped path "root\A" with certain domain (assuming A.com). After some configuration process,...
View ArticleDeployment
Hi everyone,I am deploying my site like traditional way of asp.net .Publish code then deploy that code on server.My issue is ;when i publish code its creating DLL of files.There is security concern...
View ArticleUnable to access a MVC web service after it is deployed to a Windows 2008 r2...
This issue may be out of scope for this forum; however, I have not found anything that solves this issue on the net. This is the situation. I have deployed an MVC web service to a Windows 2008 r2...
View ArticleIIS Compression and ASP.NET Webform
Dear ASP.NET's members,I have a webform in asp.net 3.5 deployed in IIS 7 (Windows Server 2008)I enabled Compression for both static and dynamic as default setting in IIS but I don't know why Google...
View ArticleProblem with 1 click deployment
I am using 1 click from VS to update a project. The project configuration page is set to exclude files in the App_Data folder. However the publish fails with an error that says it cannot delete the...
View ArticleHow to publish only one (aspx) asp.net web form that has changed
Hi all,In our production server we only publish projects (no source code), and verytime we do a new depoyment for an enhacement we publish all aspx pages. I am looking for a way to deploy only one web...
View ArticleHow to publish a specific page in a web site with VS 2010
Hi allwhen I run Build-->Publish Web Site if creates in another directory and copies all the files from the current web project. Is there a way to publish only one aspx file instead of publishing...
View ArticleSuggestions for Deploying Website
Hi all!Two months ago I bought a beginning asp.net textbook and started learning about Visual Studio and ASP.net, which I am now absolutely in love with. I sucked down the textbook and started working...
View ArticleBrowser does not cache static file from IIS 7 application
Hi Asp.net's MembersI have an asp.net application running on IIS 7, I want it to be cached for static files such as js, css, image... then I tried to:- set expired after 30 days- enabled keep-aliveI...
View ArticleTransactions during bin update
Hi there,I have a web forms application with MySQL. Transactions are performed every 5-10 seconds from external devices that requires 201 created response other wise they retrying the same transaction....
View ArticleLDAP is not authenticating
hii have hosted an MVC App in IIS, the application is using windows authentication for login. the app is working fine in visual studio, but after hosting in iis the app is displaying error"The server...
View ArticleMedium Trust/File I/O issues
I can't work this out, everything's been working for ages, then suddenly this stopped. I've upgraded to the latest MVC libraries, so that's changed...but Medium trust, trying to write a text file,...
View ArticleCan IIS 7 block javascript that is built in asp data controls?
I don't know how to really ask this question specifically but to only describe the problem.I created a simple add, delete, update in house web site that uses jquery and some data controls like a...
View ArticleRedirect site the NON WWW to WWW in asp.,net
i have developped one page in asp.net . i was moved my page to the production . When i try to access the page its asking "The SSL security certificate requires it" error . Here in that before domain...
View ArticleNeed caching advice
I need some expert advice on how I should go about caching my ASP.NET web application. The main page of the application features a 10-row gridview control that can have multiple pages. It draws its...
View ArticleHow to Publish the Asp.net Web Application
I want publish my asp.net application in VS2013 Tell Me the process of publishing...and also describe the procedure for hosting
View ArticleRewrite period in url to hyphen
Hi,Is is possible using IIS rewrite to go from site.com/art.co.uk to site.com/art-co-uk ?Many thanks Nick Swan
View ArticleUrl routing does not work when hosted in IIS
Hi All,I have an Application, in Which I have implemented URL rewriting. It is working great in visual studio. The problem is that, When I publish and host it to IIS, it doesn't map map and give 404...
View Article