Deploying to external users - IIS setting?
We have a web server on IIS7. We have classic asp pages that external clients can get to. We have only user asp.net for internal websites. We are trying to deply the asp.net website to external...
View ArticleRandom annoying errors
Server is Windows 2003 RS (SP1) with MsSQL 2005.Developing a web based intranet system which works great on my development server but when I deploy it to the live server keep getting random errors and...
View ArticleDeploying already published MVC3 application to local machine??
Hi, I hv to deploy my Mvc3 application on local window machine for some troubleshooting. At present it is deployed on windows azure with web role with storage account.Can anyone tell me how do I do it?
View ArticleHow to use command line msbuild to deploy Web Site Project without...
I've inherited a very large VS2012 web site project (not web application) and am trying to automate it's deployment. There are tons of circular references in the project so to get it to precompile...
View ArticleURL FORMATING
hi every onei saw once a website that the url is always fixedlike : exmple.comwhatever you request of the pages, the url stays the same (ie example.com)is it possible to do it with vb.net and...
View ArticleRecommended Configuration Option?
I have a web application in asp.net 4.0 (web forms). The over all app is organized into sub apps by a product.example.www.myapp.com\<product1>\sitewww.myapp.com\<product2>\site There could...
View ArticleRe: Object reference not set to an instance of an object. Please Help :((
Hi Everyone,If anyone can help me with this issue it would be greatly appreciated. My website is ipgflorida.com. If you go to ipgflorida.com/reservation and click on any property you will see an error...
View ArticleWeb service- Exception:The request failed with HTTP status 404: Not Found.
Hi there,I have added reference to Our server's web service ( in same website). it is working fine locally.. when i upload that page to the server it is throwing this error..Exception:The request...
View ArticleConfiguration best practice for debuggind and publishing enviroments.
What i want accomplish ?Have different configurations in different enviroments.PROJECTS.1.Web ( UI) (Web.config)2.Common (Data Access Classes ,EntityFramework and...
View ArticleStoring connection strings in the registry
Can someone advise me on the mechanics/code to store connection strings in the registry? Our company will not allow these to be stored in the web.config file... thanks! Here is some code I was...
View ArticleSetting value of “expires” http header programmatically
In an ASP.NET site, I would like to add an "Expires" header to certain files, so I added a `clientCache` configuration like this for the folder where these file...
View Articledefault document doesn't work in web.config but defaultURL does. What is...
default document doesn't work in web.config but defaultURL does. What is going on?
View ArticleConverting text files from ascii to utf8
Hy, I have problem with converting text file (ascii encoding) to utf8 encoding. After conversion i will store that data to ibm db2 database (CCSID 870) but characters ČĆĐ (Croatian characters) will...
View ArticleIntermittent "ambiguous" error after deployment to server
I have a web application (VS2012, .net 4.0) which I often update, then deploy to my web server. It runs fine locally on my dev machine. Occasionally after I deploy to my web server, some of the pages...
View ArticlemaxQueryStringLength drawbacks
Hi,Is there any drawback of increasing maxQueryStringLength in ASP.NET? if yes, what is the optimum value that can be set?Thanks,Amol.
View ArticlePrevent access to doc,xls,txt files in my IIS Application Root through URL
I have some files mainly txt and pdf files in a folder in Application root. From my web application I write some data into these files and allow users to download it through a Download button in my web...
View ArticleLong URL generating 400 error
I have a URL that is defined as the src property of a script on my home page. The URL contains 1037 characters total. Most of that is one query string. That query string can be variable length, and if...
View ArticleFailed to create type 'Microsot.sqlServer.Dac.DacServices'
I am trying to deploy using one click. I receive Web Deployment task failed. Failed to create type 'Microsot.sqlServer.Dac.DacServices'I the misspelling of Microsoft is not a typo. I am deploying...
View ArticleWebsite Deployment to Remote Address IP via(HTTP)
Hi All,I am Planning to deploy a website(not a website project),to remote server thorughhttp:\\someip:port is it possible.No where I find a way to add the remote server credentials.In website project I...
View Article