IIS Configuration :: WCF Service Not Working On Deployment Server
Nov 30, 2013WCF service call by AutoCompleteExtender but "404 file not found" return.
service path is correct.
code run correctaly on devlopent server.
WCF service call by AutoCompleteExtender but "404 file not found" return.
service path is correct.
code run correctaly on devlopent server.
I built the solution once in release mode and it created all the necessary files in the release folder. I then deleted all the contents of the release folder. Now when I buid it for the second time, the release folder is empty. The dll is in the debug folder.
View 1 RepliesCan I create an incremental deployment package using either Visual Studio 2010 Web Deployment Projects or Web Deploy (Web Deployment Tool) .
I need to automatically select changed files from a source and destination or a change set on TFS and build a deployment package only with the changed files.
I have developed an ASP.NET MVC 2 application for a client using Framework 4.0 & Visual Studio 2010 and tested it on IIS 7 locally. My client has a windows 2003 server running IIS 6 and Framework 2.0 installed. They are already running some web forms applications on that server.I have a few queries regarding deployment of my application to that server:1. Do I need to install anything else other than Framework 4.0 on that server? Any ASP.NET MVC Components?2. Will installing Framework 4.0 break their existing applications?3. What is the best deployment strategy ?
View 1 Repliesi have an asp.net application in which i have used autocomplete extender now when i deploy it on the server (2003 and iis 6) the autocomplete extender does not work .. i looked on the net and found out the system.web.extensions system.web.extensions.design dll are needed for it, it was not present so i added them to the gac still it is not working i have .net3.5 sp1 instaled on the server.
View 3 RepliesWeb Config file...
[Code]....
In Code behind .. one of the files... I use this.
[Code]....
I use aspnet login control and tables, and I am not able to log in using the userid and password. I checked the tables and the userid exists and the password is also right. I am just not able to go past the first login page .. no problems in development.
I am new to the asp .net (c#) technology.I got an assignment to work on a existing C# project which is alreay live and working.I have downloaded all the code files from the given FTP server on my local server.My Local Server Environment Details :OS - WinXP.NET Framework Version - 2.0 ( There are different versions on the machine i.e. 1.0,1.1,2.0,3.0,3.5 but through IIS i have enabled 2.0 because the application is developed in 2.0)Visual Studio - 2003 In the downloaded source code i did not found any solution file to open the project in Visual Studio , So i created the new project and by using the add existing elements i added all the project files to the newly created project.Am i doing right way.Will my application will work when i will upload the code on live server because the solution file would have mylocal machine configuration.Suggest me how can i proceed in long term vision so that in future i do not face any problem during application release.
View 1 RepliesI have developed a website in ASP.NET and deployed on IIS 6.0 server on windows Server 2003.I used asp.net 2.0,SQL server 2005,AJAX and javascript .It is working.The problem I have that this website is slow. How did I deployed website on IIS? I went to Build-->Publish Web Site and it then created a folder with all pages, I simply copied that folder on webserver and put path in IIS. Is that a correct way to deploy aps.net webite or not? let me know is any other best way to deploy website that can make my website faster.
View 3 Repliesi am new to asp.net development and create my website using asp.net 2.0 and sqlserver2005express edition how can i upload the database on remote server i m using plesk acount. and what changes are require in web.config.
View 1 Replies I have created roles and users using ASP.NET configurations for login validations, it works fine if I run my application within project but when I publish my site and try to run from my Inetpub it giving this error. I tried all shorts of solutions posted in website but nothing worked for me.
"Failed to generate a user instance of SQL Server due to a failure in copying database files. The connection will be closed"
am using a windows service created by me it works fine in debug mode.I have created a setup for installation of windows service and installed it on the same machine.For testing i am creating a notepad file in c:\temp123.txtIts working gr8 in debug mode but not working when installed using a set up . also i have used same set up on another machine.Its not working thr as well.What can be the reason.Note:- two weeks back i have checked it using installer on another machine it was working, but suddenly now its not working any where.
View 10 RepliesI started learning web services. I learnt about web services, UDDI, WSDL, SOAP etc. and architecture of web services. Visual Studio is running the service in local system successfully.Then I deployed the entire folder of that web service in IIS wwwroot, and tested. Its running successfully.But when I remove the other file from the wwwrootwebService1 folder (I left only service1.asmx and bin folder) then also service is running.
Here I see that only two file are used in ruuning the webservice one is .asmx and another one is webService.dll in bin folder.I'm not able to understand where is SOAP, WSDL, namespace or other things, that are required to run web service.
best practices to be followed in deployment of asp.net web application & WCF service in IIS 7 regarding the IIS 7 configuration settings , Security setting, application access level settings..
View 2 RepliesI am learning web services . I had one sample project.in that installer class which is available in visual studio installed templates . When I started debugging services gets started working.in searching I didn't get any information about installer . How to deploy wcf services library ....
View 1 Repliesi am calling the webservice from acrobat javascript. it works very well in development server. but when i put the same code in production server, it doesnt call the webservice.
View 3 RepliesI am currently working in a project where it is having multiple asp.net web applications, windows services. Now we have a requirement that I need to create an Setup application should do the following tasks automatically create database, install web applications in IIS virtual directories, install windows services and modify all configuration files do necessary checks before starting deployment. Which tool preferably open source / freeware help me in developing above setup/deployment application?
View 1 RepliesI have an ASMX web service which, in turn, creates a Service Reference which ultimately calls a third party web service. So, in essence, my ASMX is acting as a proxy to the thrid party service. This works fine on my development box.When I deploy to a target server and call my ASMX web service, it fails with an object instance not set error. On closer inspection, it looks as if the failure is in the line of code which creates an instance of the Service Reference - DIM XXX as new ServiceReference.I'm guessing that something has gone missing in the deployment, but can't see what.
View 1 RepliesI have a domain(www.fortunebells.com) in hosting server zetnetindia.I have created wcf service and added service reference in my project.I want to host the service reference in the domain. how can i do this?
View 1 RepliesI have a web service that was running on Server 2003, IIS6. The service required an SSL connection. The service expects 4 parameters; a User ID, Password, Record ID and the "type" of data requested (one of 5 options). The service validates the user then simply performs a select of the record ID from a table determined by the type specified. This service was up and running for a couple of years. I installed a couple of new servers a couple of months ago. The users that makes use of this service just tried it and couldn't get a response. I checked the server and I hadn't copied the service over. The service is located in a virtual directory under the primary web site.
For example, the site is: [URL] Service virtual directory is "GetITSData" The call to the service has been: [URL] param1, param2, param3, param4 and the service would return the appropriate data. I "assumed" that when I copied the actual contents of the directory over, that the service would then begin functioning again (since it was empty). All IIS snap-in manager items for the virtual directory match the previous settings on the old server (I still have that server available in my office). The main site requires SSL and uses forms authentication. When I create a dummy site in VS2008 and try to add a service reference, I get the following: There was an error downloading [URL]. The request failed with HTTP status 403: Forbidden. Metadata contains a reference that cannot be resolved: [URL]. The remote server returned an unexpected response: (405) Method Not Allowed. The remote server returned an error: (405) Method Not Allowed. If the service is defined in the current solution, try building the solution and adding the service reference again.
I have a page, in my web app, that need to make a call to a web service that reside on the same network of the web server, but the machine with the web service is not directly reachable from the internet. can I set a local ip address in the web config file? es: 192.168.9.2 Or I must only set a public ip address?
View 3 RepliesI am using WIX 3.6 for VS2010 to create our MSI's for our web application setups. This is all working fine and all in terms of deployment and uninstall.
I recently allowed the user to specify the virtual directory and application pool names to support side by side installs. This is all fine as I have created my own setup bootstrapper.
The issue is with uninstallation.
If the user does not specify the names and leaves the default values, it will install successfully.
The minute the user updates the names from the defaults, the install process will not remove the app-pool and virtual directory. This is what I have found consistently with my testing.
We are working on an asp.net project. There are 5 developers in the team. The team size might increase in future. Deployment of the project, often creates some problems for us. We are using svn (very much like vss) to update and commit our codes to a common location.Apart from all these, the changes made by one developer sometimes affects the changes made by another. We usually move only the aspx files and dlls to the server. This causes lots of issues to the testing team as the testers need to check the entire application whenever a dll is updated on the server. We are now looking for a deployment method, that includes both pre-compilation as well a means that enables us to do patch releases (like making a change to the aspx.cs alone without having to update the entire dll) If it is not possible, what is the best deployment method that would suit our requirements?
View 2 RepliesWhile developing my web application I was testing using the cassini web server and everything works great! So my program is complete and I am trying to publish it out to a client IIS server on a Windows 2008 R2 server. I have created an app.pool for this application and set it to run with a domain admin users (I am not using the "Administrator" account) since the file processing will be writing the file to a NAS device via a UNC path. When I start the debugging on the server and look at task manager it shows that the "w3wp.exe" is running using the domain admin account, but when I run my code it does not give me a run time error I just get the following warning in the event log.
View 11 Repliesmultiple websites in a webfarm. I need to deploy multi lingual sites under iis likewww.xxx.com will point to a folder where I want to keep all the files and bin folder but the folders below like /en, /fr, /es etc will be having the web.config inherited from the root folder. My problem is1. How to share the bin in the root folder with other websites beneath it. like I havewww.xxx.com pointing to xxx directory and I have /en pointing to xxx/en. Rather than me copying the bin folder to every website? I cannot place in gac as this is multi server env. is there a way i can set all the servers gac to get dlls from one directory?
View 1 RepliesI have an application that is developed with Web forms. I added some new functionlities using MVC by folloiwng the post ttp://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx . The application works fine in Visual Studio 2008 builtin server but after deployment on IIS 7 with integrated mode, i am facing issues with MVC part of the application. Webform part works fine. Like www.example.com/content/default.aspx (webform) works fine but www.example.com/Home/Index (MVC) doesnt work and saysHTTP Error 404.0 - Not FoundThe resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
View 2 Replies