ASP.NET integration with 3rd Plugin, how can I auto install the plugin...
ASP.NET integration with 3rd Plugin, how can I auto install the plugin installer into client machine without user notification.Apply on company intranet onlyTarget Client IE Version 8, 9 or 10Plugin is...
View ArticleURL Rewrite with extension not working in live server (localhost is pretty good)
hi guys, i using URL rewriter in my web.config and it's working pretty good for me when testing in localhost.for an instance,1) http://localhost/mywebsite/electronics/smartphone/samsung/ 2)...
View ArticleCrystal Report for VS2010 not showing in deployment. Blank page is coming.
Hello, I'm using VS 2010 and Crystal Reports for Visual Studio 2010 to build a web application.When I build directly on the VS2010, report viewers shows very well.But when I published(build) up host...
View Articleenable gzip compression without access to iis (iis6)
Hi,I have a problem with speed up of a website that it's iis version is 6before when I do a project with iis 8.5 below code in web.config<urlCompression doDynamicCompression="true"...
View ArticleCreating Virtual Directory through C# code
Hi, I am creating a virtual directory programmatically (in C#), when I run the application through Visual Studio(as a administrator), it works well, but when I publish the site, and then while...
View ArticleURL Re-write using Routing not working on Live Server.
I have created a website where I created SEO Friendly URL using System.Web.Routing Namespace.Global.asax has below codepublic static void RegisterRoutes(RouteCollection rColl) {...
View Articlehow to Synchronize File for more than one server in Web Farm for ASP.NET...
Hello Every one,how to Synchronize File for more than one server in Web Farm for ASP.NET Application.I tried FileSystemWatcher, but in the case of large user when some will upload photo or files then...
View ArticleFileSystemWatcher not working when large amount of files are changed on short...
We want to use filesystem watcher for notifying the changes that occurred on a directory in a web farm scenario.The filesystem watcher works fine when a small number of files are changed but it's...
View ArticleWebconfig and updating EF on Host SQL server
I’m building a booking system in ASP.NET, Entity Framework with SQL server in VS2012ExpressI’ve deployed the Pages on Webhost and SQL Server and it all works fine.Soon, it will go public and I will go...
View Articlesend mail from an external mail address to another external address
Hello all Forum Members,How can I send mail from an external mail address to another external address without using web.config settings ?Please Help.
View ArticleWindows Service in c#
I have a window servcie. Currenlty its running on my local server. Now i have some new requirement and i modified the service code.Now I have new EXE file for the servcie.I want to use that exe file...
View ArticleSite Not working in IE 10
Hi i have website developed in asp .net version 3.5 hosted on IIS 7 but this site is not working on IE 10 it is working fine on IE9 and chrome .On the login page email and Password Text box appears...
View ArticleWeb Application works very slow in UAT Machine Not in Dev.
Dear All, I have created a web application, now i am publish and deploy into Development Server machine now the application works & responds with sufficiant speed about every page load...
View Articlenewtonsoft.json error[Urgent]
Hi all,I have Visula Studio 3.5 in my system .i have taken project from my server,but when i am running it is shwing below error.could not load or assembly 'newtonsoft.json or one of its...
View ArticleAsp.net Web Forms Application : connection string problem
Hello,I would like to create a project with this template : "asp.net web forms application" (c#).As known, this template build automatically a local database.I need to use my personal database (after...
View ArticleI am getting an error when i tried to deploy a ASP.NET web application on IIS...
Hello Nation ,I have developed an ASP.NET web application with database (LINQ) ,its working perfect in when i run from the visual studio 2010 .Now i am trying to host it in office intranet using IIS...
View Articledeployment
hi I have deployed a webapplication using file system in iis...my link is as below servername:2000 and I want to pass one parameter name along with the link inorder to access my webpage.. It should be...
View ArticleRewrite rule for accessing page in main domain from subdomain
I want a rewrite rule for accessing main domain page from subdomain.What I want is when someone type url as "api.mydomain.com/..." then the file in my current domain should be accessed.for example.URL...
View ArticlePassword protect ALL files in a single directory - probably with web.config...
I have been googing around on this for hours and days and I know it must be simple. The closest I got was to protect the folder, but individual files inside the directory could still be viewed by a...
View ArticleMSBuild for a Web Application, Published Website missing newly compiled...
I'm using the VS command line tool and trying to build and deploy a web application (which is a feat I've heard am finding out). I've tried using the solution SLN file, and tried using just the project...
View Article