Generate file on msi setup creation
I am creating a .msi setup of my Web Application. I want to create areadme.txt file in which version, product name, date and any other detail print whenever I build the deployment project(i.e whenever...
View ArticleGetting compilation error after hosting
Hi,I have got the error when i navigate to my siteCompilation Error error CS0246: The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)...
View ArticlePdf is not generated on share hosting hostgator
All I have used a'lot of libraries to generate Pdf from html on Asp.net C#. It works fine on local hosting. but generate security issue when upload on shared hosting.In ItextSharp pdf generation tool...
View ArticleCan I uninstall SQL Server 2012 after I install 2014?
Hi there,(Orignally posted in this SQL Server forum:...
View ArticleHow to deploy dependent DLLs when not referenced in project?
I have a web service application that uses a library in another project of the same solution. The library is dependent on certain DLLs but these DLLs are not directly references (i.e., I cannot add...
View ArticleIIS
<div>Hi,In IIS main directory runs on default app pool framework and other sub directories run on asp.net 2 integrated framework. Once i change the main directory to .net framework 4 and it...
View ArticleGetting error while put any text in Host Name field in IIS 7.5 while set up...
I have created a website and virtual directory in IIS 7.5 and map the root folder to this website. I put Host Name blank and browse the website by typing http://localhost:82/ in browser. Website...
View Articlecompiled single web service .cs
i have open the web service and then modify the web method to add some input parameter, after modify then save. now how can i compile the web service to deploy the file to other server? i just only...
View ArticleSystem.web.HttpContext.Current.User.Identity.Name returns Empty string
Hello,I am using IIS7.5 in windows 2008R2 enviornment in my server. I wrote System.web.HttpContext.Current.User.Identity.Name to get the user name who is accessing my application. The above statement...
View ArticleCopying application from old server to new server and receiving error
I'm trying to copy a c# application from an older server running 2008 and IIS 7 to a newer server running 2008 R2 and IIS 7.5. I copied the entire directory from the old server's wwwroot to the new...
View ArticleHow to automatically publish websites from visual studio 2013 once build the...
I created a MVC5 web site project in visual studio, for easy to debug it, i want to deploy it to my local iis once i build the project. I wonder is there a exe behind the context menu "publish" i can...
View Article'jQuery' is undefined error in production site
I developed a MVC4-Bootstrap3 site and it is working correctly when launched from visual studio but when the site is hosted in production environment (IIS7.5/Windows 2008 R2) it failed with 'jQuery is...
View ArticlerestartOnExternalChanges and app settings stored in an external file
My root problem is that with mvc 5 I can't have a web.tt file. To work around this I created a web.config file and then created tt files for the parts. One part is appsettings.configMy web.config...
View Articlehow can be sure rewrite module is installed in host?
hi,I need to handle redirecting all HTTP calls to HTTPS, so I must write this code in web.config<rule name="HTTP to HTTPS redirect" stopProcessing="true"><match url="(.*)"...
View ArticleConnection to SQL Database
Hello, I have connection to Database Name.mdf I want to have connection to SQL DAtabase which I created NameSQL.dbo Here it is how it looks like for now: <add name="DefaultConnection"...
View Articleunit test and WebActivatorEx.PreApplicationStartMethod(typeof(),"")
I am curious where this is called in the callstack and how can I look into this?This runs before my global.asax but I would like to know how to unit test this code type.[assembly:...
View ArticleApplication Error
Event ID: 1000, Application Error.Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7a5f8 Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521ea8e7...
View ArticleWeb server 'System.EnterpriseServices' could not load file or assembly
Hi members/experts,Hope that anyone can help/advice on the below case. Appreciate for ur help.I faced an error which is as below when i put in all my files into the web server, the page canot...
View ArticleProblem with trying to deploy mvc 5 site to iis 7.5
<div>I apologize in advance for the long post. I've been working on a fairly simple ASP.NET MVC 5 site (Simple CRUD) using EF 5.0 and Oracle's ODP.NET 4.112.4.0. I am using VS2013 on an 64 bit...
View ArticleASP 1.1 Application Error on a Server 2008 box
I have to de-commsion a 2003 server - and i need to move a particualr internal website over to a server 2008 box - the site runs in .net 1.1 though.Website runs using app pool identity, and windows...
View Article