Tagged Questions

0
votes
2answers
53 views
+100

App domain restarts when .resx file changes. Any way to avoid this?

I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages. We would like these files to be editable on-the-fly. However, we have noticed that editing these …
0
votes
3answers
27 views

random IIS session timeout

Hello, I have a very strange problem and I am looking for any advice. I have a ASP.NET website running off of IIS 6 which works well for the most part. However, the sessions seem to be randomly …
0
votes
4answers
38 views

Automated creation of IIS websites

We have web application portal that hosts multiple applications each in with its own IIS Website. So each time we adopt another machine to run our code, either developer workstation, or server, we …
0
votes
3answers
50 views

Switch to SSL using a relative URL

I would like to create a relative link that switches the current protocol from http to https. The last place I worked had something set up on the server so that you could make that happen, but I don't …
3
votes
0answers
50 views

Lifetime of worker process or AppDomain

I have an ASP.NET app hosted in IIS, and I have automatic worker process recycling/shutdown disabled. I'd like to have a rough idea of how long the app has been running continuously without being …
1
vote
1answer
16 views

IIS7 Failed to grant minimum permission requests

I get this error when I'm using FileHelpers.dll, but my IIS is set to Full trust level so it should not be that way That's the full stack trace: [PolicyException: Required permissions cannot be …
0
votes
3answers
311 views

Attempted to read or write protected memory at System.Web.Hosting.UnsafeIISMethods.MgdGetSiteNameFromId

I'm getting an AV when I hit a COM interop ASP page (that calls managed .NET code). Feels like this has something to do with IIS 7 / Windows 2008. Google can't figure this out. Any ideas? …
0
votes
1answer
14 views

You are not authorized to view this page

I am getting the following error while browsing the my webpage i checked and seen anaymous access has been enabled and integrated aunthentication has been turned off ... Could you please help? You …
2
votes
2answers
20 views

WCF WebService content type error in IIS

Hi, I have a WCF Webservice that returns a bank list from database, when I use IIS server I get the message "Cannot process the message because the content type 'text/xml; charset=utf-8' was not the …
1
vote
2answers
103 views

IIS upgrade NOT backwards compatible?

I have a series of web pages that running off if an IIS (5.1) server. The pages use VBscript in .ASP pages which display and populate a back end database. These pages have been working 100% error …
0
votes
1answer
20 views

how to add Reflection Permission to IIS or to add it to web.config ?

I'm using FileHelpers for reading csv files, and all it was ok until I switched from VS dev server to IIS, I get a "PolicyException: Required permissions cannot be acquired", I googled and found that …
0
votes
1answer
27 views

IIS routing configuration error with ASP.NET MVC?

I am unsure if my title was accurate enough. I am trying to make SEO URLs for my website which is developed in ASP.NET MVC. I configured my route to include: routes.MapRoute( …
1
vote
3answers
25 views

Redirection between two websites within one solution (ASP.NET + VS 2008 + IIS 5.1)

Hi! I have an issue with redirecting from one asp website to another within one VS solution. I have set up virtual directories as follows: C:\WebSites\Website1 - /Website1 C:\WebSites\Website2 - …
0
votes
2answers
9 views

WCF Syndication Service not found in II6

I have a WCF Syndication Service that works fine when run locally on Windows Vista or Windows 7, but when it is deployed to a Windows 2003 Server, it gets a 404 (Resource cannot be found). Non-REST …
0
votes
0answers
3 views

How to best deal with deploying a solution to IIS as a virtual directory - dealing with relative paths, bin folders, etc…

So we have our main parent portal and our own site under that: Portal/MySite. MySite is a virtual directory under the Portal. The problem is that MySite needs its own master pages, files in the bin …

1 2 3 4 5 132 next
15 30 50 per page