4,273 Topics

Member Avatar for
Member Avatar for michael123

I am currently using MS SQL 2000 server as backend database for web site (written in php), now plan to switch DB to MS SQL 2008 Express, I have questions about this conversion: 1) Will MSSQL2008 support all sql statement that was written in MSSQL 2000? 2) I know SQL2008 …

Member Avatar for Ramy Mahrous
0
89
Member Avatar for Marquita-Jensen

Hi, my name is Marquita Jensen. I'm new to this forum. My husband is in IT fixing server issues and he does some web site stuff. I really don't know much at all about websites, but I think it would make him happy to see that I did something on …

Member Avatar for Robdale
0
121
Member Avatar for vuyiswamb

Good Morning All I have a WebSetup Project and a Installer Class. I want to accept User [QUOTE]Database, Server,Username,Password and E-mail[/QUOTE] This is what i did so far. I have created a Websetup Class installer that looks like this [CODE] namespace ClassLib { [RunInstaller(true)] public class ClassLib : Installer { …

0
344
Member Avatar for kritro

Hi I'm working against a server on a network behind a firewall, I do not have control over the firewall, ports etc. Have used teamviewer remote controll software to connect me to an XP machine with two network adapters that are in this network. The server is in a NAT …

0
27
Member Avatar for serkan sendur

Hi guys, i want to achieve the same thing below in C++ and C, is it doable? Dont get me wrong, i dont want to create a web application, i just want to get an index number of enum by specifying a string value. [CODE]//Default.aspx : <%@ Page Language="C#" AutoEventWireup="true" …

Member Avatar for jencas
0
1K
Member Avatar for emmaelle

How to enable Cookies in web browser i listed in this post. Web sites like myExpedient.net and others require that cookies be enabled. To specify how your browser should handle cookies, follow the instructions below for your web browser version: 1. Select the Internet Options option from the View menu. …

Member Avatar for Joseph25
0
148
Member Avatar for Slovig

Hey. I'm pretty new to ASP.NET and coding it in VB. I'm working on some tutorials on how to view and edit data from a SQL Data Source. I'm using the GridView feature, but I'm getting some errors. The major one, is that it requires me to declare a scalar …

Member Avatar for vuyiswamb
0
323
Member Avatar for viseth

My internet browser is opening itself to a web sit called [url]www .webthangs.com[/url]. This virus seemed to attack my default browser either firefox or IE. I have scanned my entire computer with many spywares and AVG, and none of them was able to find the virus. Apparently, Malwarebytes' Anti-Malware was …

Member Avatar for crunchie
0
235
Member Avatar for NeoKyrgyz

Hi, I don't know whether this is correct place to ask, but since my application is J2EE application (JSP) I'm asking it here. We've several web applications, some of them are J2EE applications (JSP, JAVA) and the administrators of these applications change frequently. One can just change code and add …

0
70
Member Avatar for vasanth.kanna

Dear All, I have developed a web site using asp.net and C#, Iam using Microsoft enterprise library - DBfactory for establising connection with sql server 2005. Now i want to implement the application to connect to different databases for different users. For example Client A should connect to database DB1 …

Member Avatar for agrothe
0
105
Member Avatar for raja289

i am a student of HND and doing Networking project but i am stuck in one issue if someone can help me solve it, question is there is a company with 200 workstations and 5 server, i have to tell nature of business = i decided IT support solution there …

Member Avatar for raja289
0
130
Member Avatar for poddarpallavi22

Hi I am running an online examination system on intranet where a number of students appear for a test simultaneously. The paper contains only subjective questions and studens are provide a text area to fill in their answers. with each text area there is a "save answer" button which the …

Member Avatar for Luckychap
0
183
Member Avatar for shigatsu76

My ISP provided the following static block ip addresses: 216.XXX.XX.224-239. 224-Reserved Network 238-Reserved Gateway 239-Reserved Broadcast Subnet mask: /28. A primary and secondary DNS address was also provided. Is it necessary to run my own DNS server? My goal is to setup a web, ftp and mail server. Without involving …

Member Avatar for shigatsu76
0
560
Member Avatar for chicago1985

I have web pages on a Windows 2000 intranet web server that uses IIS. Everyone has to use Windows Network login to get into the Intranet. I need to restrict who can view Intranet web pages which are located in this directory and also in subdirecties of this directory -> …

Member Avatar for freshfitz
0
237
Member Avatar for glamiss

i have a couple of servers that are changing perms on /dev/null so that "other" can't access it, at random (well, i'm sure SOMETHING'S causing it, but the timing is random), so i wrote a script to go in the inittab so it'll respawn if it dies (bash shell) the …

Member Avatar for eggi
0
143
Member Avatar for aparnesh

I have developed a site in PHP 5.26, which is running perfectly from the development server. But after uploading the site to the Web server, it is not working. The server is running PHP 4.4. I haven't used any specific features of PHP 5, so the site should have worked …

Member Avatar for uncle_smith
0
150
Member Avatar for murderotica

Hello there, I've been messing around with System.Web.Mail these days and I was able to create an application that could send a mail using smtp. My problem here is, Idk how to connect my application to an exchange server and I don't have any server yet. I'm kinda noob in …

Member Avatar for Hitandrun
0
176
Member Avatar for rak4u

Hi till now i am used window application in which there is no problem in connection using following code [code] Dim cnn As SqlConnection cnn = New SqlConnection("data source=RAKESH-676DD0E1;initial catalog=rw;integrated security=SSPI") cnn.Open() Dim da As SqlDataAdapter Dim dt As New DataTable da = New SqlDataAdapter("select * from publicity", cnn) da.Fill(dt) …

Member Avatar for rak4u
0
126
Member Avatar for ANGanley

I have a web application using vb.net. What I need to do is get my datagrid to update and delete rows in a datagrid. I have a grid view that calls a web service, passing in a query string. The problem I am having is, I am not sure what …

Member Avatar for sedgey
0
148
Member Avatar for johnny.g

Hi all, I am really stuck in this problem. Here it goes:: I am using sql server 2005 and visual studio 2005. I have configured the report server 2008 successfully. I have a web application in which i used to call the reports and display it in the web page …

0
82
Member Avatar for DeepTaste

Hi, I'm planing to develop a voice logger web application, for Unix server. But to tell you the fact, i have no concept about voice logger. So, can anyone provide me some information about this and, if possible, PHP codes to build a Voice Logger. Thankx in advance.

0
69
Member Avatar for itrickski

i have developed a c#/.NET web app using VS 2005 on my local machine. it works fine, and i have copied the files over to the web server (running ASP.NET 2), and it works great with JIT compiling on the server. before moving to production, i would like to compile …

Member Avatar for itrickski
0
502
Member Avatar for chombe

Hi there I'm a newbie to asp.net and trying to learning it doing small forum application. In the application I've a page which lists the available threads in a given topic and I used a gridview. In the gridview the thread's title is hyperlinked and when clicked it will redirect …

Member Avatar for chombe
0
704
Member Avatar for ricksvoid

Ive created a database driven web app in visual studio that works great in visual studio. Ive stored the connection string in my web config file with the following code: localhost/sqlexpress ect ect.... Works great!!! Now how do i adjust the connection string to work on a remote server. I …

Member Avatar for vuyiswamb
0
90
Member Avatar for normanallen

I have downloaded Spybot S&D version 1.6 (which seems to be the latest). It installed correctly, updates OK, and runs just fine. But when I ask it to fix the "errors" it just hangs. I have tried uninstalling, reinstalling to a different directory, downloading a new version but they all …

0
97
Member Avatar for devirell

I am unable to see the grid or the data. Here is my code from my .aspx file. I don't know what I am doing wrong: [code=asp.net]<%@ Page Language="VB" AutoEventWireup="false" CodeFile="resumesearch.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Resume Search</title> <style type="text/css"> .style1 …

Member Avatar for devirell
0
1K
Member Avatar for aparnesh

The project specs requires that I send some data to a remote server, where records based on the data that I send will be searched from a MySQL db, and returned to the caller. I developed a class that resides in the remote Web server with MySQL. The local php …

Member Avatar for aparnesh
0
284
Member Avatar for bindu155

Hii all.. I am Facing a Problem..while Sending a Image,embeded in Mail body...through Asp.net.. My Image is Uploaded in the Web server...and I am using Server.Mappath to Locate the Path of the Image.. I am Reading the File and Storing in the Mailbody... But...after Sending the Maill..I cant View the …

Member Avatar for Aneesh_Argent
0
73
Member Avatar for Speedy Hawk

This is my coursework. It is test a web server written in C++ code. It must be concurrent server using Posix threads. I have got skeleton server programe already given to me (Everyone gets that). That works perfectly. I am using linux to test and write the code. I need …

Member Avatar for Speedy Hawk
0
131
Member Avatar for probedb

Hi all, I've just joined but have been coding a while longer :) I'm having trouble migrating a webapp that works fine under Tomcat 5.0.28 to 5.5. I've done several others without any problem. This one, however uses SingleSignOn. I can't see anything wrong with my setup (config below) from …

0
65
Member Avatar for hericles

Hi guys, I have recently installed and configured Apache to process aspx pages (I had to remove IIS when it started using 100% of the CPU when I requested localhost). Apache works perfectly but I'm having trouble with VS 2003. When I try to create or open a project I …

0
107
Member Avatar for alpha_gamma

Hello, I downloaded some code from coreservlets.com and put the code on BEA WebLogic 8.1. The code is actually from ch4 of the book "Core Servlets and Java Server Pages (Hall/Brown)". I wanted to run a particular html form that one fills out then goes to a servlet. The html …

Member Avatar for peter_budo
0
146
Member Avatar for tjfitz68

Our server has several roles at the moment. 1. Web server so offsite employees can use a Flash application. 2. A few folks remote in using RDP (admin mode, so it's not a TS server). 3. SQL server. Some offsite employees use a Windows client to connect to the database. …

Member Avatar for tjfitz68
0
143
Member Avatar for 99blogs

I am a team Head of A [B][U][COLOR="Green"]Proffesional SEO company[/COLOR][/U][/B], a Web development firm from India and into hosting and web development business since 1999. we are into small [COLOR="Red"]web hosting, reseller hosting, dedicated server management [/COLOR]and [COLOR="Red"]web development and designing.[/COLOR] :)

Member Avatar for jbennet
0
43
Member Avatar for riscphree

I cannot get mysql working. This is a Fedora Core 2 installation, I tried installing mysql with yum (it installed the 3.23 version, I dont want that). I tried upgrading, that did not go so well. I tried installing from the binaries, well, that didnt go to well either. So …

Member Avatar for manoj.samtani
0
304
Member Avatar for julseypart

hi, im trying to test out my application so far by uploading all the project files to my "web" folder on the university server, but when i naviage to the server/myfoldername where the index.aspx is located i get an application error - what im i doing wrong? im using filezilla …

Member Avatar for julseypart
0
130
Member Avatar for Kadence

I posted this originally at the [URL="http://forums.msdn.microsoft.com/en-US/vssetup/thread/99ff6079-04b1-4504-92ba-0845f398dd8d"]MSDN[/URL] forums, but wasn't able to get any help. Visual Studio FTP doesn't work on my desktop (which has XP), but the problem is only on my desktop. I can create and delete folders and files via FTP but I can't open files. Trying …

Member Avatar for gigrada
0
562
Member Avatar for konczuras

Hello! I'd like to ask for some help. I'm using Visual Web Developer to create a web site, in which members can log in. It has the default aspnetdb.mdf database, in the app_data folder to store the member's data. This works quite good offline. My only problem is that I'd …

Member Avatar for Ramy Mahrous
0
127
Member Avatar for stek74

I have to implement session management in an asp.net application and with mode as sql server. Any inputs on how to implement and test this? I was trying for instructions on the following web site, but i am lost [url]http://idunno.org/articles/277.aspx[/url]

Member Avatar for sierrainfo
0
114
Member Avatar for dami06

I'm trying to create a simple login page by following a tutorial i saw online. I did everything it required but i got this error [B] // Check if session is not registered , redirect back to main page. // Put this code in first line of web page. Warning: …

Member Avatar for MVied
0
361
Member Avatar for bbqchickenrobot

Hi all, I have enabled and configured RRAS on my Windows 2003 server (IIS) machine to perform basic firewalling. I have enabled it and all works from the outside world, however, I cannot connect to the outside world on the machine. But the outside world (web users, FTP, etc...) can …

Member Avatar for tjfitz68
0
135
Member Avatar for naneus

I work in an office that has an Intranet site for office use. We have two Windows 2003 Servers. One Server has the Intranet site on it and all of the files (php html pdf txt etc) that are used in our Intranet site. The problem is we do not …

0
62
Member Avatar for himanjim

Hi Friends, I'm a web developer bit a new to asp.net. I want to access my remote Ms Sql database through [B]Visual Web Developer[/B] or [B]Sql management studio[/B] but despite of spending so much time and googling I'm not able to do that. My [B]database( [url]www.peclive.com)[/url][/B] is on a server …

Member Avatar for sedgey
0
149
Member Avatar for peter_budo

I know I should probably post this in Web Services of Web Development, but this may be beneficial to others that are trying to lean something about it too. I'm getting lot of strange behaviour from this assignment that at this point I'm willing to throw it away and never …

Member Avatar for peter_budo
0
195
Member Avatar for chimbori

hello, i am using .net 1.1,vb ,i have 2 web applications.one is installed in client side server which is currently working offline(intranet)..other is at my side which is online website.frequently i have to give master data to client .So using httprequest and xml , i am giving him data.I have …

0
91
Member Avatar for StressedOutDog

So, A couple of days Ago I defeated most of a Deadly combo. gadcom.exe and prunnet.exe It was extremely annoying and like most or all rookkits, took over my Administer abilities. I ended up going into the safemode Admin account after two days and had Avast! Scan before windows starts. …

Member Avatar for jholland1964
0
418
Member Avatar for SilentBob3208

So yesterday some funny things started happening with my computer. That red shield with the X popped up and said my firewall was off. So I turn it back on but now it comes back up telling me Automatic Updates are off. I cannot seem to get the Automatic Updates …

Member Avatar for jholland1964
0
208
Member Avatar for headedtomexico

So I've got this piece of software that is written in C++. I also have a website hosted on hostgator with linux server i believe. I have a MySQL database with usernames and passwords. What I want to happen is for my client application that is written in C++ to …

Member Avatar for headedtomexico
0
498
Member Avatar for mr.white

Hello, I'm building a web application which has Users and these Users have permission to access certain bits of the web app. After a user logs on, according to it's permissions which will be read from permissions table, he will see the bits of the app that he can access. …

Member Avatar for LizR
0
144
Member Avatar for comsec

I have a mechanism to upload a file to the remote disk from the JSP page. But now the issue is that User is not supposed to access the remote disk as it is supposed to be a restricted access remote disk. Now I was wondering on how to upload …

Member Avatar for stephen84s
0
90

The End.