App running fine from VS but not on IIS !
hi...I have created own small web app ...I have created One folder for master page...One for pages...One for CSS...One for JS ...One for Images...like that ...It is running fine from Visual Studio ......
View ArticleUse default values from web.config when using web deploy parameters
I am trying to improve the development and deployment experience in our company by trying to limit the overhead in using multiple environments. We currently have 3 environments:Debug, Test, Release....
View ArticleIssue Deploying default ASP.NET Site
I created a small site using the default ASP.NET site template - "Welcome To ASP.NET!" It works great on my box, but when I publish it to IIS it comes accross without the Images, colors so forth. It...
View ArticleResponse.Flush not working on IIS 7.5
Not sure if this is the right forum. But here is my query:Hi,I know this is a problem faced by many developers before.I have a upload file functionality in my asp.net 4.0 application. While uploading i...
View ArticleInstalling an assembly into the GAC using a Visual Studio Installer project
I've created a Membership Provider assembly that inherits ActiveDirectoryMembershipProvider and am trying to install it in the GAC on the server with no luck.I am using Visual Studio 2010 Pro and...
View ArticleConnection string not working when moved from IISExpress to IIS
My connection string was working fine when using IIS Express. Now after moving to IIS. I'm getting error asA network-related or instance-specific error occurred while establishing a connection to SQL...
View ArticleGetting an error. Could not load file or assembly 'RequestReduce' or one of...
Hi, I am running a Asp.net application and I am using RequestReduce. But I have integrated a PHP based blog to website which has two versions in different languages. I could able to understand the...
View Articleweb application not updating after deployment
To deploy my web application project I use one-click publish and web deploy. I assume all goes through fine since in vs output window after few seconds of waiting I...
View ArticleDeployment automation
Many times in my job I need to deploy a few ASPX files and DLLs, etc to 8 seperate servers. Anyway to automate the deployment of select files to several servers? The server directories are setup all...
View ArticleCustom Medium trust level and allowing to run exe files using...
Hello,We use ffmpeg.exe for editing videos and another exe for merging videos.We used to run applications under full trust level and it worked fine,Now we had to change our application to medium trsut...
View ArticleMigration of application to IIS 7.5 giving issues.
Hi ,My app is currently running on IIS 6 and Windows 2003. We are in the process of migrating it to Windows 2008 and IIS 7.5. But we are encountering issues , primarily to do with User.Identity.Name...
View ArticleHow to manage future updates for my asp.net mvc web application, if i have...
I am working on an asp.net mvc web application. I have prepared a web deployment package from my staging environment as a zip file, then I publish this web deployment package inside IIS on production...
View ArticleException Details: System.MissingMethodException: Method not found: 'Void...
I have make a site with visual studio 2012 and change the framework for 4.0.my iis server is on a window 2003 when l try to access page i alway have this errorException Details:...
View ArticleWebResource.axd or ScriptResource.axd not found
I have built a web page which uses ajax.net upload control. This solution works well tested locally. But once this solution is deployed on server with IIS 7.5 i get error 404 stating WebResource.axd /...
View ArticleVS2012 framework 4 replacing old framework2 site no postback on gridview...
I have just been upgrading an old site from Framework 2 to 4. On one page there are one dropdownlist which should autopostback and two buttons within the gridview. All works fine in VS2012 with no...
View ArticleLoad Testing with JMeter Tool
Hi All, I want to load test my ASP.NET application. I tried to test it with JMeter tool. But I could not suceed creating proper script for ASP.NET pages. Then I found that, I need to check first that...
View Article500 - Internal server error.
Hi,I have developed a website and in the config file the compilation tag is constructed as follows<compilation debug="true" strict="false" explicit="true"...
View Article2003 SBS - Sharepoint - Runtime Error
Hey guys, new user here with a problem. I tried searching and found a couple of threads but was unable to resolve my issue, so I'm seaking help.We have a 2003 Small Business Server R2 Standard. We...
View ArticleWindows Azure help
Hello friends,I am hosting my website in Windows Azure (E.g http://www.example.azurewebsite.com) and have a domain on bigrock.com (E.g www.example.com) , i have a simple problem and need some help i...
View ArticleCrystal reports load method NullReferenceExceptionReportDocument report = new...
i've got a code as below that perfectly works on localhost but it gives me NullReferenceExceptionon server,Here's the codeReportDocument report = new ReportDocument(); string reportPath =...
View Article