C
C#4mo ago
Kriven

ASP.NET WEB FORMS

I have a project to do in asp.ne web forms , right now its running on my local host but it needs to be a publicly accessible url so im unable to send emails to other devices unless they send me the url and then i ahve to open it on my pc
No description
21 Replies
Buddy
Buddy4mo ago
You can use ngrok, it works great
Kriven
KrivenOP4mo ago
can you pleaseee help me
Buddy
Buddy4mo ago
ngrok | API Gateway, IoT Device Gateway, Secure Tunnels for Contain...
ngrok is a secure ingress platform that enables developers to add global server load balancing, reverse proxy, firewall, API gateway and Kubernetes Ingress to applications and APIs.
Kriven
KrivenOP4mo ago
thanks , would you be able to guide me if you not to busy
jcotton42
jcotton424mo ago
Look at the docs first.
Kriven
KrivenOP4mo ago
thanks buddy ! if i have any struggles could i please message you
jcotton42
jcotton424mo ago
You’ve already got this help thread, why would you DM?
Buddy
Buddy4mo ago
We do not help through DMs, thanks for asking beforehand though.
Kriven
KrivenOP4mo ago
i get this error now , im notto sure whats it about
No description
Buddy
Buddy4mo ago
use the ngrok url given by the program It should give you a url like this https://9469-your-ip-.ngrok-free.app You should not use localhost to connect (from outside) but the url given by the program as mentioned above
Kriven
KrivenOP4mo ago
i tried that but i still get another erorr
Kriven
KrivenOP4mo ago
No description
Kriven
KrivenOP4mo ago
okay i managed to do it but i still get emails from sendgrid using the local host
jcotton42
jcotton424mo ago
wdym “using the local host”?
Kriven
KrivenOP4mo ago
like this
No description
jcotton42
jcotton424mo ago
But as like, a link in the email?
Kriven
KrivenOP4mo ago
its not a link , i need to take that url and then use it on my machine thats running the applicatioon like i cant access it from my phone
jcotton42
jcotton424mo ago
But where is that URL coming from?
Kriven
KrivenOP4mo ago
so once i register a client , its sends them a confirmation email
jcotton42
jcotton424mo ago
Yes, but what is making that link? Presumably you wrote the code that makes the email body.

Did you find this page helpful?