problem when browsing to my asp.net website (connection timeout)
hi,i have a free url (gip.hopto.org) that browses to "my ip":66666666 is the port i forwardedup till now, everything worked fine....but now when i browse to the url i get a error in firefox and IE10the...
View ArticleHow do you clear temporary files in an ASP.NET website project?
How do you clear temporary files in an ASP.NET website project?I have been building and rebuilding an ASP.NET program.I made the horrible mistake, I think, of recently copying the published content...
View ArticleApplication errors. Logging
Hello all!If I put the line<customErrors mode="Off" />into the section <system.web> of the file Web.config on my testing system, then I can read many errors of my application in my browser...
View ArticleDropDownlist Failed IIS 7
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true" onselectedindexchanged="DropDownList1_SelectedIndexChanged"><asp:ListItem...
View ArticleHow can I upload a big file ? Asp.net 3.5 IIS 7
I want to upload a big file about 300M,but it told me HTTP Error 404.13 - Not Found. Errorcode:0x00000000 How can I do?
View Articleprinting ASP.NET pages to a network printer
How can I achieve network printing ASP.NET webservices hosted in IIS without using the registry editing method[http://support.microsoft.com/kb/184291 ] and impersonate method...
View Article"Cannot read configuration file due to insufficient permissions" on UNC Path
I have an ASP.NET application running in a pool with a custom identity (a user that is a member of domain admins).This application uses Microsoft.Web.Administration to remotely connect to other IIS...
View ArticleIIS 8.0: ASP.NET 4.0+ (4.5) in Full trust on shared webhosting?
I'm not sure whether to post this question here or over there @asp.net. Nowadays more and more .NET website applications are unable to function in a (modified) medium trust .NET webhosting environment....
View ArticleIssue with Application Pools running under Managed Service Account Identities
Hi,We recently went through a project where we upgraded the platform of our ASP.NET v2 applications from Windows 2003 IIS 6 to Windows 2008 R2 IIS 7.5 to take advantage of ADFS client authentication....
View ArticleMissing ASP.NET section in Windows 7 Professional 64 bit
I am at a bit of a loss, and could use some help. I am a developer, and am setting up a new development environment. My old and new machine both have Windows 7 Professional, 64 bit. On my new...
View Articleproblem when browsing to my asp.net website (connection timeout)
hi,i have a free url (gip.hopto.org) that browses to "my ip":66666666 is the port i forwardedup till now, everything worked fine....but now when i browse to the url i get a error in firefox and IE10the...
View ArticleCannot gain accces to Active Directory from IIS ASP.net application but I Can...
I have created a new ASP.net application and I am trying to get all members of ActiveDirectory but the code I have written is causing an exception once I publish to an IIS Server. It works on my local...
View ArticleWebsite is working fine after iis is restarted
I have deployed my asp.net application in IIS. Suddenly my application is not working. It is serving login page after clicking the button it is showing the error. I have checked connection string...
View ArticleHow do you clear temporary files in an ASP.NET website project?
How do you clear temporary files in an ASP.NET website project?I have been building and rebuilding an ASP.NET program.I made the horrible mistake, I think, of recently copying the published content...
View ArticleApplication errors. Logging
Hello all!If I put the line<customErrors mode="Off" />into the section <system.web> of the file Web.config on my testing system, then I can read many errors of my application in my browser...
View ArticleDropDownlist Failed IIS 7
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true" onselectedindexchanged="DropDownList1_SelectedIndexChanged"><asp:ListItem...
View ArticleHow can I upload a big file ? Asp.net 3.5 IIS 7
I want to upload a big file about 300M,but it told me HTTP Error 404.13 - Not Found. Errorcode:0x00000000 How can I do?
View Articleprinting ASP.NET pages to a network printer
How can I achieve network printing ASP.NET webservices hosted in IIS without using the registry editing method[http://support.microsoft.com/kb/184291 ] and impersonate method...
View Article"Cannot read configuration file due to insufficient permissions" on UNC Path
I have an ASP.NET application running in a pool with a custom identity (a user that is a member of domain admins).This application uses Microsoft.Web.Administration to remotely connect to other IIS...
View ArticleDefault Document Problem
So I have spent quite a bit of time trying to find a resolution to my problem. In my Web.config I do have a default document set<defaultDocument> <files>...
View Article