Install Web Service On Intranet Server?
Feb 15, 2011i have made a web service using asp.net and i want to install/upload at intranet server how can i do that..
View 1 Repliesi have made a web service using asp.net and i want to install/upload at intranet server how can i do that..
View 1 Repliesi want develop some web in asp.net + crystal report but i failed when deploy and make me dizzy. so i want to change to reporting service. bu i don't know how to start. I am using sql server 2000 ,can some one give me clue how to install sql server 2000 reporting service?
View 7 RepliesThis may seem simple but for some reason I am having a problem.
I am trying to install SQL Server Express 2005 on Windows XP Service Pack 2 which has not been online for a while.
Everytime I've tried it has told me that it doesn't meet the minimum requirements. I am not sure if its because I am sick and dazed out.
If I install visual studio 2005 service pack 1 on my local develop machine (I already have vs2005 but without servicepack)
Do i need to install anything on the server that I will deploy the webpages on ? (.net framework 2.0 already installed on server)
I know that if i install .net framework 3.5 I also need to install 3.5 on the server but what about all these service packs?
when i try to install sql server 2005 in my laptop its shows warning that my IIS might be not install or diable.i install IIS before instaltion of SQL SERVER. its perfly running , i am running my apllication in IISi cant understand why SQL SERVER shows this warnign due to this warning my managment studio is not install .i am using WIndows 7 home premiunam o.s.
View 4 RepliesI'm connecting sucessfully to a WebService but when I try to connect from an "Intranet" to the external WebService i don't have enought rights to reach the external server. Is there any thing that i can do programatically in order to skip these rights?
View 6 RepliesI have written code that uses a .bat file (code: rwvinstat /server:servername) that populates a DataGrid of users logged in to a terminal service session in c#. The .bat lives on the server with the app. files and will run properly if executed manually on the server .Also if i run the app. locally and call the .bat file on the server it works fine.
The problem is when i deploy my web app on the server the DataGrid never populates nor do i get any errors. i have given full permissions to IUSER_MACHINENAME(and various users) and i set the virtual directory permissions to read, run, execute. Ialso have set my web.conf fig to:< "identity impersonate="true" userName="username" password="password"/> Here is my Source code:
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using System.Text;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.IO;
public partial class ilsap01_users : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
System.Diagnostics.ProcessStartInfo psi = new System.Diagnostics.ProcessStartInfo("C:\listUsersIlsap01.bat");
psi.RedirectStandardOutput = true;
psi.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
psi.UseShellExecute = false;
System.Diagnostics.Process listFiles;
listFiles = System.Diagnostics.Process.Start(psi);
System.IO.StreamReader rawUserData = listFiles.StandardOutput;
listFiles.WaitForExit(20000);
try..................
For a server farm, I would like to install the ASP.Net State Service on a non-web server to share with all the web servers. Is it possible to install the ASP.Net State Service standalone without having IIS installed on its server?
View 1 Repliescan i install WCF (windows service) on client machine and call this service on asp.net web page(on the server machine)?
View 4 RepliesIn Visual Studio 2010, I don't see the Visual Studio installed template to create an ASP .Net Web Service Website (when I click on File->New->Web Site..) if the target framework is 4.0. However if I switch to FW 3.5 or lower, I do see the template.
View 1 RepliesIs it possible to run a SQL Server 2005 job from an asp.net intranet page? I've been opening up SQL Server 2005 and manually running this and thought it would really be convenient if I could just click a button on a web page instead.
View 2 RepliesI was asked if I could make some kind of alert to pop up 3 different statuses, a green light for - server good, a yellow light for - the server is experiencing technical difficulties and not may be running properly and a red light for - server is down.
So how would I go about doing that in an employees Intranet page so they can see if there is problems with the server if they are trying to log in and work.
I know they work with Visual Studio 2010 and probably work with IIS - so just in case if they work with Apache.
I have SQL server management studio express install on one machine.
I am able to connect to that machine or able to ping that machine from my computer.
I have code which return me the SQL server instances on same network. Using that I am able to get that SQL server instance. I have configured SQL express to access remote connection. i.e.
Configured SQL express to accept named / TCP IP instance connection. Started Browser service.
My machine settings My machine has been configured to set dynamic IP address using DHCP protocol
When I am trying to connect to above mentioned SQL server I am getting error that "Failed to connect SERVER NAME\SQLEXPRESS".
But if I configured my machine with manual IP address and default gateway I am able to connect to same SQL server.
I got the solution to connect to that server but I don't know why I am facing such problem. And also let me know that is the solution I am using is correct or not?
I tried to install VS 2008 on my different systems already having Framework 2 installed, it failed to install. I tried it may a times even on different systems. It runsbut after Serial No. and next i see error .net framework 3.5 installation failed and there down a list of all componetns it shown which have not been attempted. I am going to devlpe the software and without t i can;t do anything..
View 2 Replieswhich edition of sql server are best for me Developer edition or express editon for development purpose.i try to install last time sql server in my system but not successful so what i do for get the sql server in my system.
View 7 RepliesIs it possible to get .NET 4.0 on the server without having to install it? Well! It may sound crazy by just reading the title without actually going into it.
My senior developers(who used to do VB6/ASP programming back then) doesnt want .NET 4.0 on the server for two reasons. 1) They fear that all their existing applications will break. 2) They will be forced to learn new technologies which they dont want.
But unfortunately they are the senior programmers(by age) and are the decision makers.So here is my crazy thought. Is it possible to get .NET framework running on the server without having to install it. What I mean by that is, If I deploy all the .NET 4.0 dlls in the GAC of the server and to add some values into registry. Will I be able to run .NET 4.0 apps on it?
or can we have only certain applications use .NET 4.0 run time and the old applications use .NET 2.0/or 1.1 run time?
The current .NET version on the server is .NET 3.5 SP1.
I have a number of .NET websites that I have to FTP to the same server from time to time. They all make use of AjaxControlToolkit.dll.Is there a way I can register AjaxControlToolkit.dll on the server somehow so I don't need to keep FTPing AjaxControlToolkit.dll to the server for each of the websites that gets built/published.
View 2 RepliesHow to install a Web page on a server?
Is fully copied a web page that is currently on localhost, the database and data as the server?
Currently I'm in the process of deploying my ASP.net MVC 2 project on a Windows Server 2008 R2 web server. This web server already has the .net 4 Framework installed, but doesn't have any MVC dll's in the GAC.
So deployment on IIS succeeds, but when I start up the web application in the browser, it results in this message:
Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Of course I can Google myself too and it mainly:
Copying the MVC dll's (System.Web.Mvc.dll, .Routing.dll, etc) to the output directory;
Downloading an RTM version of ASP.net MVC 2 on top of .net 3.5 Framework. Neither of them I'd like to do. I just want to install ASP.net MVC 2 to the GAC of my web server. So my question is:
Which installation does actually contain ASP.net MVC 2 for installation on top of .net 4?
Which version of Northwind db can I install with VS 2010/.net 4? Can you pls give the link for downloading the same. Also can somebody tellme the steps to go about starting SQL service I have already installed VS 2010.
View 4 RepliesHow to find which version of the Sql Server install into your system,I am running Windows Vista Home Premium(32 bit operating system) , when I try to install Sql Server 2005 Stand edition on my laptop ,it's shows some compatibility issue.
View 6 RepliesWhat files all go to the site? Somewhere I read that source code is not necessary to post to the site. I use VS 2010. I wonder what files go to the site and how to install website from localhost on the server?
View 3 Repliesinstall Visual Studio 2010 (with ASP.net framework 4.0) and when I try to install SQL Server Express 2008 I get an error message telling me that .NET framework 3.5 SP1 is required.I know in the installation of VS 2010 SQL Server Express is installed. However I need to have the management studio install. I have tried installing both the full version of SQL Server Express 2008 and the front end management studio for SQL Server 2008nly.
View 2 Repliesi am trying to install "sql server management Studio R2 " i am getting this error
"Previous releases of Microsoft Visual Studio 2008″ failed.A previous release of Microsoft Visual Studio 2008 is installed on this computer. "
I have just transfered my site to a new dedicated server. I have a asp.net 2 using VS 2005 and i have uploaded the site to the server but when i try to run the printing using the crystal reports it only displays a blank page.The server(win 2003) have the default installed softwares:
- IIS 6
- SQL Server 2008
- .Net Frameworks 2,3,3.5,4
- Visual Studio Tools for Application 2.0 - ENU
I have installed the Crystal Reports for .Net Framework 2.0 Runtime but still it doesn't work.I just want to ask if what are the necessary softwares to install in the server to run the Crystal reports?