I am trying to remove one site binding. I am using powershell 2 and iis 7. I am able to remove all bindings with Remove-ItemProperty, and when i use Set-ItemProperty it removes all binding and just adds the new. I would be great if i could just rename or just remove a single binding without effecting the others. A sample would be gre...
So I've a local IIS7 set up. When I publish using 'File System' and choose 'C:\inetpub\wwwroot' as target location, the VS2010 gives the following errors:
Unable to add 'About.aspx' to the
Web site. Unable to add file
'About.aspx'. Access is denied.
Unable to add 'Default.aspx' to the
Web site. Unable to add file
'Def...
We have a dedicated Windows Server 2008 server for ASP.NET e-commerce website. Both our beta and production sites run on the same server although under different sites and app pools.
www.site.com and beta.site.com
Both sites have the same code base (both asp.net code and database). All pages are non-SSL except for the checkout page (...
My ASP.NET Website (C#, 3.5 framework, IIS7) is hosted at GoDaddy. There are multiple sites on the account. Currently when I perform postbacks or Response.Redirects on a secondary web site, the following URL appears in the address bar:
www.mywebsite.com/webfolder/default.aspx
Where the "webfolder" is the sub-directory on the server whe...
Hello All,
Ok here is my dilemma, I have been developing on a shared host at discountasp.net (IIS 6)for some time now. All was going well, however now that app is complete we are moving it to its own dedicated server which is now server 2008 and IIS 7.
I am currently using asp forms authentication (which again seems to work just fine on...
I have a very odd problem. I have a web app that uses the .NET Membership API to provide login functionality.
This works fine on my local dev machine, using WebDev 4.0 server.
I'm using .NET 4.0 with some URL Rewriting, but not on the pages where login is required.
I have a Windows Server 2008 with IIS7
However, the Membership API se...
We forgot to deploy a DLL to our website's bin folder (it's referenced by the website and only used occasionally).
If we copy the missing DLL into the bin folder, will this cause the App Pool to refresh?
We're using ASP.NET 2 (.NET 3.5 SP1). On Windows 2008 running IIS7.
...
I have an application we bought that I need to integrate, and it uses jakarta connection to get to the application from IIS.
So, the basic operation is:
user goes to the url
Gets redirected to the application
SSO is enabled, so redirected back
to IIS for fetching of domain
credentials
Back to application
If username is blank show lo...
I am getting this error when I try to send via the local server
CDO.Message.1 error '80070005'
Access is denied.
/mail.asp, line xxx
Here is the code I am using
MailBodyText = "TEST"
Set objNewMail = CreateObject("CDO.Message")
objNewMail.To = sSendTo
objNewMail.From = "[email protected]"
objNewMail.Cc = "webmaster...
Summary: One of our web applications requires write access to C:\Windows\Temp. However, no matter how much I weaken the NTFS permission, procmon shows ACCESS DENIED.
Background (which might or might not be relevant for the problem): We are using OLEDB to access an MS Access database (which is located outside of C:\Windows\Temp). Unfortu...
I am trying to run the my asp.net mvc project on IIS 7 , I am trying to impersonate the user. Where Data is the data project of my application, i have added the dll reference to the asp.net mvc project
I tried giving full control to very one to this folder
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET File.
Any clue ...
I'm not sure whether this is a server issue, or whether I'm failing to understand how HTTP caching really works.
I have an ASP MVC application running on IIS7. There's a lot of static content as part of the site including lots of CSS, Javascript and image files.
For these files I want the browser to cache them for at least a day - our ...
I'm seeing an issue of some static pages that are using the browser cache, which is not desired. To prevent caching, I'm setting
<clientCache cacheControlMode="DisableCache" />
in the relevant <location> tag in web.config
If I open the page in Firebug (in the Net tab), I see that the Response headers have Cache-Control: no-cache wh...
Can I run ASP.NET 4.0 websites on Windows XP II6 or do I need Windows 7 with II7 in order to run it?
...
I have a dynamically generated CSS file. It's fairly large, and has different content for different browsers. It changes very rarely.
So at the top of the .aspx page I have:
<%@ OutputCache Duration="86400"
Location="ServerAndClient"
VaryByParam="none"
VaryByCustom="browser" %>
I hav...
Hello!
I tried to catch 404 errors like this... But
when i try to load http://localhost:11415/wfwe/wefwe/ - all good work.
When i try to load http://localhost:11415/order/ - fail (with error The RouteData must contain an item named 'action' with a non-empty string value.)
When i try to load http://localhost:11415/Images/ - fail with ...
Most of the time when a user enter to the site, it take a lot of time to load the first time to the page, after the page works well for user and other users in other networks.
I created a cache that is store in an application variable to reduces the access to the data base and increase the performance but It is reset when the applicati...
Hello,
I am trying to integrate ASP.NET Security with Classic ASP.
Like in next article - http://weblogs.asp.net/scottgu/archive/2007/03/04/tip-trick-integrating-asp-net-security-with-classic-asp-and-non-asp-net-urls.aspx, but I have IIS 7.0 instead of IIS 6.0 as in example.
You can find my configuration file below (after adding of wil...
I've been developing a WCF web service using .NET 3.5 with IIS7 and it works perfectly on my local computer. I tried publishing it to a server running IIS 6 and even though I can view the WSDL in my browser, the client application doesn't seem to be connecting to it correctly. I launched a packet sniffing app (Charles Proxy) and the resp...
Hi-
I have a website I created in VS2010 and am trying to run with IIS7. My website starts in all major browsers but for some reason the styles are not applied even though I've confirmed using Firebug that the stylesheets have indeed loaded. Also, when I use the inspect tool to click on an element, I can see in the right-side box the spe...