Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Ramya G

@Ramya G
About
Posts
15
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • View revit file in html page
    R Ramya G

    I need to view an rvt file in the html page. I have installed the Revit viewer RAC2009. What coding should I include in html page to view the revit file? Note: rvt is the extension of revit file.

    Web Development html question

  • Problem with WCF windows service
    R Ramya G

    Hi All, I have created an WCF windows service. The service works fine when the service account is set to local system. But I want to access the service running in machine A, from machine B in the same network. I tried changing the service account to Network service in machine A. But I am not able to run the windows service with service account set to "Network Service". Can any one provide me the solution for this?

    WCF and WF csharp wcf sysadmin help question

  • Problem with WCF Network service.
    R Ramya G

    Hi All, I have created an WCF windows service. The service works fine when the service account is set to local system. But I want to access the service running in machine A, from machine B in the same network. I tried changing the service account to Network service in machine A. But I am not able to run the windows service with service account set to "Network Service". Can any one provide me the solution for this?

    ASP.NET csharp wcf sysadmin help question

  • Unable to send d email in asp.net 2.0 application
    R Ramya G

    Fine Mark. I will try out remote debugging nd wl get bk. Thank you for your support.

    ASP.NET csharp asp-net sysadmin help

  • Unable to send d email in asp.net 2.0 application
    R Ramya G

    After deploying it in the ftp, how is it possible to debug the code? I dnt know the way to do it. Kindly let me know if there is any.

    ASP.NET csharp asp-net sysadmin help

  • Unable to send d email in asp.net 2.0 application
    R Ramya G

    Hi Mark, I understand ur point. But there are two things that has to be noted here. 1. I am able to send email from an asp page inside the same ftp server to mail server that i mentioned earlier, which means that ftp server and mail server are accessible. 2. I am able to access the mail server from my aspx page in localhost , which means that mail server is accessible from aspx page too. I dont know where exactly the problem is.

    ASP.NET csharp asp-net sysadmin help

  • AutoResponder in asp.net email
    R Ramya G

    Instead of doing it in coding,you can try out an different way. The domain hoster while giving you the details of the mail server will also provide you with an option to send auto responder . Try using it. Ramya

    ASP.NET csharp asp-net help tutorial

  • Unable to send d email in asp.net 2.0 application
    R Ramya G

    I have been trying to send an email from ASP.NET 2.0 application. It worked fine when i executed the code in the localhost. I was able to send mails through the email server and also received the same. But when i deployed the same code in ftp server I am unable to send the email. Exception I received is: "Failure sending mail.System.Net.WebException: Unable to connect to the remote server". Can anyone help me out in dis. Regards Ramya

    ASP.NET csharp asp-net sysadmin help

  • Change the summary of an file using ASP.NET
    R Ramya G

    Hi, I need to change the summary of an file (pdf, text or word file) using ASP.NET (windows forms). Can any one help me out with piece of code? Thanks in advance. Ramya.G

    ASP.NET csharp asp-net winforms help question

  • ASP Error:(0x8004020F).The event class for this subscription is in an invalid partition
    R Ramya G

    Hi all, I am getting the following error when i run my asp application to send an email using SMTP. "ASP Error:(0x8004020F).The event class for this subscription is in an invalid partition /ASP_EMAIL/mailreply.asp, line 28". The code sample is shown below. <% Dim MyMail Set MyMail = CreateObject("CDO.Message") MyMail.From = Request.Form("FromField") MyMail.To = Request.Form("ToField") MyMail.Cc = Request.Form("CcField") MyMail.Bcc = Request.Form("BccField") MyMail.Subject = Request.Form("SubjectField") MyMail.TextBody = Request.Form("BodyField") MyMail.Configuration.Fields.Item_("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 MyMail.Configuration.Fields.Item_("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "server name" MyMail.Configuration.Fields.Update 'Error occured in the below line MyMail.Send Set MyMail = Nothing %> The error occured in the line Mymail.send Try,if somebody could help me out in this. Thanks in advance. Ramya

    Web Development help com sysadmin announcement workspace

  • Problem in using site map in ASP.NET 2.0
    R Ramya G

    Thank you all who replied to my query. I will try out and let u know if it works.

    ASP.NET help csharp asp-net question

  • Problem in using site map in ASP.NET 2.0
    R Ramya G

    Sorry.. That was an printing mistake. I dont have that equals sign in my original code.

    ASP.NET help csharp asp-net question

  • Problem in using site map in ASP.NET 2.0
    R Ramya G

    These are the entries in web.sitemap. /* */ I have an main page named sample. From which I navigate to Sample1 and then from Sample1 I navigate to Sample2. Sample >> Sample1 >> Sample2. This is the breadcrumb expected. Note: Sample, Sample1, Sample2 are aspx pages placed inside folder named Webpages. In the aspx page of Sample2 i have included the following code. -- modified at 12:27 Thursday 16th August, 2007

    ASP.NET help csharp asp-net question

  • Problem in using site map in ASP.NET 2.0
    R Ramya G

    My application has all the webpages inside a specific folder in the application. When i try to use site map concept here, I am not getting the breadcrumb. Whereas, when i tried using the same with webpages that are directly attached to the application i am getting the breadcrumb. can any one help me out with dis?? Thanks Ramya

    ASP.NET help csharp asp-net question

  • Query in oracle
    R Ramya G

    I am using two different tables products and product details . Product ID is the primary key of the products table and is the foreign key reference to the Product details table. I want to fetch only five 5 records from the products table and for each productID I need two records from the product details table. I am using oracle 9i database. Can anyone provide an effective solution to this?

    IT & Infrastructure database oracle question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups