Search results

  1. A

    My app is trying to connect to aspnetdb using the ftp user

    Ok, I found a solution and would like to share it with you. Please, let me know if this compromises my VPS or site security. I checked the application pull for my domain and I saw it uses the ftp user for the security account. I changed that to Network Services and it seems to be working now...
  2. A

    My app is trying to connect to aspnetdb using the ftp user

    Stephen...as usual Thank you very much!!! What other mean of login should I have there?...and why is this connection string working fine in my other vps with the same exact permissions in sql express? I'll do a research of the login types in the meantime.
  3. A

    My app is trying to connect to aspnetdb using the ftp user

    Hi Stephen, Thanks for answering. I do have SQL Express installed on that VPS. I ran the aspnet_regsql to create the ASPNETDB and I created a login for NETWORK SERVICES. This is the connection string I'm using: <add name="LocalSqlServer" connectionString="data...
  4. A

    My app is trying to connect to aspnetdb using the ftp user

    Hi friends, I'm installing my asp.net app in my VPS. I already created the ASPNETDB but I dont know why my app is trying to connect using my ftp user!! This is the error I'm getting: Cannot open database "aspnetdb" requested by the login. The login failed. Login failed for user...
  5. A

    Cant see my database in SQL server Management Studio

    Hi Friends I have a SQL database in HSPHERE. It works fine since I can connect from my web application with no issue. I'm trying to connect remotely using SQL Server Management Studio and it connects to the server perfectly but it wont list my database. It is weird since if I browse the...
  6. A

    Help with emails in asp.net

    Thanks a lot Tanmaya, I'll take a look.
  7. A

    Help with emails in asp.net

    Hi friends, I'm quite new in asp.net and this VPS stuff. Does somebody has a code sample to create and send an email with attachments in asp.net. If that code works for you in the VPS environment that would help a lot Thanks in advance.
  8. A

    FTP Setup

    Hi again Erick I have my files in the httpdocs folder. Thats the default folder of the account I created in plesk. When I try to connect it takes a long time and after that I try fo uplloada file(just to do a search after that and see where it goes) it takes forever and show "failed to create...
  9. A

    FTP Setup

    Thanks Eric, I created a new ftp user in for the domain in PLESK. This time I could connect but I don't see anything in the folder!! It appears blank...
  10. A

    FTP Setup

    Hi, I have a VPS and I'm trying to setup an FTP account. I already created one account in HSPHERE and tried to connect using WS_FTP. I dont know why it keeps rejecting the credentials. Any help on this? Thanks a lot
  11. A

    Installing SQLEXPRESS

    Yes I do... Well, actually I just ignored that warning and went ahead. No problems so far. I'm just attaching the ASPNETDB database now. Thanks!!
  12. A

    Installing SQLEXPRESS

    Thanks Stephen, this is the message it shows: - Minimum Hardware Requirement (Warning) Messages Minimum Hardware Requirement The current system does not meet the recommended hardware requirements for this SQL Server release. For detailed hardware and software requirements, see the readme...
  13. A

    Installing SQLEXPRESS

    Hi friends, I'm running an ASP.Net application and I'm using memberships. For this I have to have SQLEXPRESS installed on my VPS. I downloaded the pack from MS site but when it was checking the system it showed a yellow "!" sign saying that my hardware has an incompatibility with that...
  14. A

    Question about IPs and VPS

    Thanks Stephen, So I understand that if I want to add another domain with SSL I can use my remaining IP address and change it to Exclusive. Right?
  15. A

    Question about IPs and VPS

    Hi friends, I tried to clarify this doubt in the chat but I had to quit after going back and forth with no result. I have a VPS account which includes 2 IP addresses. Few weeks ago I installed a dedicated SSL certificate and I remember having an issue because the IP I was using for my...
  16. A

    Problems running asp.net

    HI Stephen, I have a ticket open but still having problems. For some reason I'm still unable to browse my asp.net site. If I log into my vps and try to browse it I get the following error: "Server cannot access application directory 'X:\Inetpub\vhosts\mydomain.com\httpdocs\admin\net\'. The...
  17. A

    Problems running asp.net

    HI Stephen, As usual, you are there for everyone. Do I take any risk of braking the config for my current site if I run the plesk repair? I can't take my site down for mistake. My boss doesn't knows a thing about computers and thinks these kind of interruptions are unacceptable. He doesn't...
  18. A

    Problems running asp.net

    Hi friends I'm running a classic asp application in my VPS with no problem at all. Now I want to include another module developed in ASP.NET. This new module is under a subdirectory. The first issue I had was because that sub-dir was not setup as an application. I fixed that and now I'm...
  19. A

    Problems sending Emails

    Thank you Tanmaya, I think I have to pay for that. If I'm wrong please somebody let me know. Is there a way I can do this using my VPS smtp?
  20. A

    Problems sending Emails

    Well...Issue solved almost 80% I just changed to CDO. I'm able now to send emails out but this is what is happening. I'm handling the mail for my domain with the company we bought the domain from(GoDaddy). Since I'm using the localhost in my VPS as SMTP server, the CDO requires me to have mail...
Back
Top