-1
votes
0answers
16 views

asp.net form not save after upgrade to .net 4.5

I've IIS 7.5 installed on windows server 2008, with .net framework 4. there was few issues with entity framework, so I've upgrade .net framework to 4.5. Now when trying to insert or update data the ...
0
votes
1answer
30 views

Setting up a .NET 4.5 application in IIS

I have an application built using .NET version 4.5 I created a site in IIS and pointed it to my application, but I'm receiving this error: The 'targetFramework' attribute in the element of the ...
0
votes
2answers
78 views

ASP.NET Events Not Firing

When I run my app local through the debug button my text box changed event fires after typing something in the text box and tabbing off of it. But if I deploy to an IIS sever and test the site, the ...
0
votes
2answers
36 views

HTTP 404 Error after encoding Url

When I use HttpUtility.UrlEncode to encode a Url I end up getting a server error. ASP.Net code: NavigateUrl=<%# HttpUtility.UrlEncode(string.Concat("UpdateMember.aspx","?groupId=", ...
0
votes
2answers
22 views

Where do I set permission to access the internal website?

I am migrating a site internal servers, and I need you like the old server is requested network login and goes like display or not the site, how can I set this up, I believe it is in IIS my version ...
0
votes
0answers
8 views

IIS/ASP.NET custom error pages on OOM/SO

We have some logic for displaying custom error pages in our ASP.NET application through overriding Page.OnError. Now, when an error occurs within that error handling routine I can redirect somewhere ...
1
vote
0answers
12 views

Connect to SQL and display results in HTML from distributable package

I must apologise for the vagueness of this question, but I actually no idea of where my starting point should be here. Among others, I know SQL & HTML/PHP/Javascript I want to create a program ...
0
votes
1answer
14 views

“Retrieving the COM class factory for component… error: 80070005 Access is denied.” (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

I just created a simple application and hosted in IIS. In code I'm just instatiating excel objects. using excel = Microsoft.Office.Interop.Excel.Application; namespace TestHosting { public ...
0
votes
1answer
18 views

Memory consumption differs by environment

I have an MVC4 web application that, when volume is put through it, consumes ~400MB RAM in all environments excluding the production environment. When a similar volume of load is put through it on a ...
0
votes
0answers
31 views

Invoking powershell from IIS failed on second attempt

I'm trying to run powershell script from an ASP.NET site, hosted on IIS 7.5 on Windows 2008R2. The site has two fields, for user name and password and a button. When the button is pressed, the ...
1
vote
0answers
10 views

Rewriting all request to go to the homepage using Urlrewrite in web.config

I'm trying the following line in my web.config to rewrite all requests that come to my website to go to the home page while converting the the virtual paths to query strings <rewrite ...
0
votes
1answer
15 views

Open doc file with interop is null in IIS 8.0

I try open .doc file with interop, when I run in Visual studio result is a file but I publish web to IIS result is null. I added folder Desktop to C:\Windows\SysWOW64\config\systemprofile, I run ...
0
votes
1answer
26 views

url rewriting for html page to aspx page

i am trying to redirect html page requests to the related .aspx pages in my asp.net application. Please help me in achieving this. Brief overview of the problem: earlier my website was running in ...
1
vote
4answers
38 views

not seeing changes after publishing changes

i have an asp.net 2.0 site which is compiled and has been put in the IIS virtual directory however the new changes cant be seen by some users, and some other users can see the new changes on the web ...
0
votes
0answers
18 views

Website doesnt work with machine name in url but works with dns alias name in url

We have a machine which we use as our build server (windows server) in which we have hosted an web application which has few pages to see our build history etc... Say, machine name is : *MACHINE101* ...
0
votes
0answers
17 views

Images not loading for ASP.NET IIS 8 (Only in Release mode)

I have a Windows Server 2012 machine running IIS 8. I publish my site using Web Deploy from VS2012. If I publish in Debug mode, everything works properly. But when I publish in Release mode, none of ...
1
vote
1answer
24 views

How to Host 2 websites on one domain name

I'm using IIS. I have a website A, it is hosted on www.abcde.com. It works fine. I have another website B, and I want it to be hosted at www.abcde.com/efg/ Website B is a separate website, it has ...
0
votes
0answers
15 views

Ria System.InvalidOperationException: Entity 'x' has a property 'y' with an unsupported type

This is what suddenly happend to our app after really long long time of normal working. Global.asax threw such an error, and another System.ServiceModel.ServiceActivationException and everything just ...
0
votes
0answers
12 views

IIS/Ajax Control Toolkit 401.2 Error

I am trying to debug a problem with my website. (Error with partial postbacks). Essentially, I have been getting this error: Sys.WebForms.PageRequestManagerServerErrorException: Object reference ...
0
votes
2answers
27 views

How to constraint IIS app pool from refresh if some files change?

I have ASP.NET MVC application and it contains some folders with files which can be changed in real-time while the application runs in IIS. When I change certain files with extensions like .resx ...
0
votes
0answers
13 views

Handling script manager errors

I have a problem that is related to this question (Error with partial postbacks). In that question, I am trying to find out how to resolve the error and prevent it from occurring. I haven't gotten ...
-2
votes
1answer
25 views

Getting Configuration Error?

I have downloaded a online shopping project made in asp.net from [http://prakashjha.codeplex.com/] and trying to execute it in visual studio 2012 but i am getting this error Configuration Error ...
0
votes
0answers
10 views

How long does it take for IIS to shut down after app_offline.htm is in place?

I have a deployment workflow for an ASP.NET web app which begins with puttin an app_offline.htm file to the directory of my web app. Despite that, I usually get this error: The process cannot ...
0
votes
0answers
27 views
+50

Installshield 2010 New .net 4.0 App Pool will Upgrade all 2.0 App pools to 4.0 as well?

Im looking into a bug with our installshield 2010 installer. We're not doing anything complex all it does is: - Create an IIS Virtual Directory under the Default Website - Creates a new .net 4.0 app ...
0
votes
0answers
14 views

ASP.NET connection string encryption

The answers I found to this issue didn't seem to work. Below is my solution to this for Windows Server 2003 and IIS 6 and .Net 3.5 and Visual Studio 2008. Since the encryption is machine-specific, ...
0
votes
2answers
26 views

Sitecore permissions issue

I have a sitecore site running on .NET 4.0 and IIS 7.5 on Windows 7 machine. While setting up sitecore, I had installed only the sitecore client and then set up IIS7. I think some permissions have ...
0
votes
0answers
27 views

Error with partial postbacks

I am having an issue with my application. The web application is quite large and works by using a number of ascx and VB server controls, each of which does various partial post backs using update ...
0
votes
1answer
12 views

Do I have to set up applicationHost.config manually?

There is a file 'applicationHost.config' in "C:\Windows\System32\inetsrv\config\applicationHost.config". I found a piece of code <sites> <site name="Default Web Site" id="1"> ...
1
vote
2answers
26 views

What is the use of running asp.net application in IIS?

I am not clear that what is the purpose of running asp.net application in IIS. Why we go for IIS. Any difference amoung running in VS and IIS? Please suggest me.
-2
votes
0answers
21 views

.sdf file read permission for remote iis to access [closed]

I want IIS which hosted in machine_1 to access a .sdf SQL Server Compact Edition database file on machine_2, how can I grant the file access permission of the .sdf file to IIS for access?

1 2 3 4 5 150
15 30 50 per page