IIS Configuration :: Necessary To Install Custom Fonts On Server
Jul 3, 2013I used variety of fonts in my web project. is it needs to installing or copying that fonts to the server. If yes , how can i do that?
View 1 RepliesI used variety of fonts in my web project. is it needs to installing or copying that fonts to the server. If yes , how can i do that?
View 1 Repliesi have in my website in which i have used certain fonts that are sometimes not present on clients computer is it possible to detect if certain font is present or not and if not present directly install it on client computer
View 1 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 Repliesnext week i'll have to install the ASP.NET Website on a customer server on site. All server side requirements for hosting a ASP.NET website are met.
So how do i now create a installation / setup for the website to make sure that everything runs fine?
I think it's important to mention, that i'm using 3rd party compos (DevExpress).
For example where i have to install (path) the site?
We are running asp.net website on windows server 2003 with framework 2.0 and asp.net ajax 1.0 extensions. now we planned to migrate websites to windows server 2008 r2. since my websites on framwork 2.0, I need to install same framework on windows server 2008 r2 but I didnt find 2.0 version for windows server 2008 r2. Is it possible to install 2.0 version on windows server 2008 r2 ??
View 1 Replieswhen 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 RepliesHope this is the correct forum for this question. I am using VWD 2010 an have a web project and get the following error upon execution:
Parser Error Message: Unknown server tag 'custom:AjaxValidator'.
My code is as follows in the .cs file:
[Code]....
[Code]....
Anyway, I need to pick up on another person's project who has left and essentially what I have is his code base which compiles under Visual Studio2010 Ultimate. I need to dig into his code (VisualBasic) in order to fix some minor problem & make some enhancements. So anyway, I started it up and compiled everything. Then I press the little green arrow button, and the project starts up and launch the browser which then access and run this project. However I need to run this under IIS because I have to try access the webservice from a remote platform. Meaning this has to serve a remote connection and not just the browser from within VisualStudio. Could someone give me a little howto in order to set this up and running under IIS?
View 2 RepliesDetailed Error Information
Module
IIS Web Core
Notification
Unknown
Handler
Not yet determined
Error Code
0x80070032
Config Error
The configuration section 'connectionStrings' cannot be read because it is missing a section declaration
Config File
\?C:inetpubvhostscno-o.comhttpdocsweb.config
I want to update some values in the applicationSettings section (*not* appSettings) in the web.config file but all examples use this which only works for appSettings
config.AppSettings.Settings["Param1"].Value = param1;
How to do it for applicationSettings?
I m using VS 2010. I wan to create setup for that so what r the step to create and how can i insatll it in VS 2008.
View 4 Replieson installation of an application i need to lookup 2 tables and add rows on the next availible(free) row as well as edit a (field in colum) in the new row. I dont know any sql really how would i go about doing this? I have a custom installer class i just dont know the sql
View 2 RepliesI'm going to deploy my first app soon, and I would like to do a few things:1. Deploy the tables and sprocs needed for asp.net's membership stuff2. Create my own sprocs and set rights3. Edit the web.config fileIs there any way to do both of these? The only thing I will have to go on will be the connection string...
View 4 RepliesI have developed a web service. I have deployed it on Windows server 2003 with SSL (by selecting require SLL option) .
I want to ask that how can i install and configure a certificate identified by verify?
Is there a way to configure a web deployment project to install to create and install to a specific directory
View 1 RepliesWhat are the minmum configuration to install the visual Studio 2010 with .Net Framewark 4.0.
View 1 RepliesI've created a Web application (VS2008) that contains a single Generic Handler (handlername.ashx) and a web.config. I've also added a Web Setup project to use for deployment that uses the primary output from the Handler project. Install works without any errors and all the referenced DLLs are installed in the target location, with one issue. It doesn't install the ASHX file or the web.config.
Publishing the web app to the target location works as expected (includes both DLLs and the ASHX/Config files).
Is there something specific I need to do for the Web setup to include the ASHX/Config files?
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 Repliesi am new to technology so go easy on this post according to what i read from web there are 3 type of custom server controls 1 superclass2 composite 3 renderedi found video tutorial for superclass custom server control but couldnt find video tutials for other 2.lease forward me link for composite and rendered custom server controls video tutorial
View 1 RepliesI am creating custom server control. I have two classes in project. One is main class that render control and another will be used to render content based on condition.I just want to know how to render content from other classes in main class.For example. This isjust an example.My main class code
[Code]....
My TopLeftPane class
[Code]....
My page code on page load event
[Code]....
When I run the page, Header title always getting null. This is a just sample code. I will have more than 20 classes so I dont want to write a code in main class to render whole control.I hope all of you understand my problem.
Case : a templatefield Text Box created by class TemplateHandler and added to the composite
control Grid .how to bind it to the DataSource Object of the Grid Class ?
I have to use inline code for an aspx page and I need to use a custom server control that is defined in the same aspx page but the control does not get processed as a server control. it gets returned as is as static html tag.
View 3 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.